Click or drag to resize

RandGenMTwistNext Method

Returns a random integer greater than or equal to zero and less than or equal to MaxRandomInt.

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

Return Value

Int32
The next random integer.
See Also