Click or drag to resize

FastRandomNextInteger Method

Returns a nonnegative random number.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int NextInteger()

Return Value

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