MersenneTwisterNextUInt(UInt32) Method
Returns a nonnegative random number less than the specified maximum.
Namespace: Metas.UncLib.Core.RandomGeneratorAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public virtual uint NextUInt(
uint maxValue
)
Public Overridable Function NextUInt (
maxValue As UInteger
) As UInteger
public:
virtual unsigned int NextUInt(
unsigned int maxValue
)
abstract NextUInt :
maxValue : uint32 -> uint32
override NextUInt :
maxValue : uint32 -> uint32
- maxValue UInt32
- The exclusive upper bound of the random number to be generated.
maxValue must be greater than or equal to zero.
UInt32