[inline]
generates a random number between 0.0 and 0.99999999999999988897769753748435
Reimplemented from FX::Maths::FRandomness.
Definition at line 1743 of file FXMaths.h.
01744 { 01745 QMtxHold h(this); 01746 return FRandomness::real2(); 01747 }