Click or drag to resize

RandCustomBase.Next Method

Returns a non-negative random integer.

Namespace: Orthogonal.Common.Basic.PRNG
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2025-03-15 14:42 GMT+11
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 MaxValue.

Implements

IRandom.Next()
See Also