Click or drag to resize

MT19937Next Method

Returns a non-negative random integer.

Namespace: Demo3D.Common.Random
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public override int Next()

Return Value

Int32
A 32-bit signed integer that is greater than or equal to 0 and less than Int32.MaxValue.
See Also