 | RandMTRandUint32 Method |
Generates a random unsigned integer in the interval [0,0xFFFFFFFF].
This methods was a public function in the original C code, so it remains here as a reference.
It is not part of the standard Random class interface.
Namespace: Orthogonal.Common.Basic.PRNGAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 3.2.4
SyntaxReturn Value
UInt32A random unsigned integer in the range [0,0xFFFFFFFF].
RemarksThis is the core method that is used to generate other random numbers in
different normalized ranges.
See Also