MersenneTwisterNextUInt(UInt32) Method

Returns a nonnegative random number less than the specified maximum.

Definition

Namespace: Metas.UncLib.Core.RandomGenerator
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public virtual uint NextUInt(
	uint maxValue
)

Parameters

maxValue  UInt32
The exclusive upper bound of the random number to be generated. maxValue must be greater than or equal to zero.

Return Value

UInt32

See Also