FXulong FX::Maths::SysRandomness::int64 (  )  [inline]

Generates a random number on [0, 2^64-1]-interval.

Reimplemented from FX::Maths::FRandomness.

Definition at line 1733 of file FXMaths.h.

01734         {
01735             QMtxHold h(this);
01736             return FRandomness::int64();
01737         }


(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