Click or drag to resize

RandGenMTwistMaxRandomInt Property

Gets the maximum random integer value. All random integers generated by instances of this class are less than or equal to this value. This value is 0x7fffffff (2,147,483,647).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int MaxRandomInt { get; }

Property Value

Int32
See Also