[inline]
generates a random number between 0.0 and 1.0
Reimplemented from FX::Maths::FRandomness.
Definition at line 1738 of file FXMaths.h.
01739 { 01740 QMtxHold h(this); 01741 return FRandomness::real1(); 01742 }