double FX::Maths::FRandomness::real3 (  )  throw () [inline]

generates a random number between 1.1102230246251565404236316680908e-16 and 0.99999999999999988897769753748435

Reimplemented in FX::Maths::SysRandomness.

Definition at line 1716 of file FXMaths.h.

01717         {
01718             return ((int64() >> 12) + 0.5) * (1.0/4503599627370496.0);
01719         }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:02 2009 for TnFOX by doxygen v1.4.7