MersenneTwisterNext(Int32) 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 override int Next(
int maxValue
)
Public Overrides Function Next (
maxValue As Integer
) As Integer
public:
virtual int Next(
int maxValue
) override
abstract Next :
maxValue : int -> int
override Next :
maxValue : int -> int
- maxValue Int32
- The exclusive upper bound of the random number to be generated.
maxValue must be greater than or equal to zero.
Int32