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: 15.0.2.11458
Syntax
C#
public override int Next()

Return Value

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