FastRandom NextUInt Method | GeneticSharp |
Generates a uint. Values returned are over the full range of a uint,
uint.MinValue to uint.MaxValue, inclusive.
This is the fastest method for generating a single random number because the underlying
random number generator algorithm generates 32 random bits that can be cast directly to
a uint.
Namespace: SharpNeatLib.MathsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Return Value
Type: UInt32[Missing <returns> documentation for "M:SharpNeatLib.Maths.FastRandom.NextUInt"]
See Also