Generate uniform and non-uniform random number distributions.

The Random..::.BaseGenerator type exposes the following members.

Methods

NameDescription
Next
Generates the next pseudorandom number.
NextDouble
Generates the next pseudorandom double.
NextFloat
Generates the next pseudorandom float.

See Also