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: 5.1.0.0

Syntax

C#
public int Next()
Visual Basic (Declaration)
Public Function Next As Integer
Visual C++
public:
int Next()

Return Value

The next random integer.

See Also