IRandom Type

Interface that every uniform random number generator must implement.

Instance members

Instance member Description

this.NextFloat

Full Usage: this.NextFloat

Returns: float
Modifiers: abstract
Returns: float

this.NextInt

Full Usage: this.NextInt

Parameters:
    arg0 : int

Returns: int
Modifiers: abstract
arg0 : int
Returns: int

this.NextInt

Full Usage: this.NextInt

Returns: int
Modifiers: abstract
Returns: int