generates a random number between 1.1102230246251565404236316680908e-16 and 0.99999999999999988897769753748435
Reimplemented from FX::Maths::FRandomness. Definition at line 1748 of file FXMaths.h. 01749 { 01750 QMtxHold h(this); 01751 return FRandomness::real3(); 01752 }
|