Click or drag to resize

RandGenMTwistNext(Int32) Method

Returns a positive random integer less than the specified maximum.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int Next(
	int maxValue
)

Parameters

maxValue  Int32
The maximum value. Must be greater than zero.

Return Value

Int32
A positive random integer less than or equal to maxValue.
See Also