FastRandom.NextUInt Method

GeneticSharp

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.Maths
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public uint NextUInt()
public uint NextUInt()

Return Value

Type: OnlineUInt32

[Missing <returns> documentation for "M:SharpNeatLib.Maths.FastRandom.NextUInt"]

See Also