RandomBase

Base class of all random number generators

Members

Functions

next
size_t next()

Gets the next value in the random stream

next
void next(ubyte[] destination)

Gets the next bytes in the random stream

nextUniform
double nextUniform()

Gets the next value in the random stream

reset
void reset()

Resets the random number generator to its initial state.

Meta