ArraySource

very simple array based source (use with care, some methods in non uniform distributions expect a random source with correct statistics, and could loop forever with such a source)

Members

Functions

next
uint next()
Undocumented in source. Be warned that the author may not have intended to support it.
nextB
ubyte nextB()
Undocumented in source. Be warned that the author may not have intended to support it.
nextL
ulong nextL()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

opCall
ArraySource opCall(uint[] a, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

a
uint[] a;
Undocumented in source.
canCheckpoint
enum int canCheckpoint;
Undocumented in source.
canSeed
enum int canSeed;
Undocumented in source.
i
size_t i;
Undocumented in source.

Meta