CMWC

Undocumented in source.

Members

Functions

fromString
size_t fromString(cstring s)

reads the current status from a string (that should have been trimmed) returns the number of chars read

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.
seed
void seed(uint delegate() rSeed)
Undocumented in source. Be warned that the author may not have intended to support it.
skip
void skip(uint n)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
istring toString()

writes the current status in a string

Variables

canCheckpoint
enum int canCheckpoint;
Undocumented in source.
canSeed
enum int canSeed;
Undocumented in source.
cmwc_c
uint cmwc_c;
Undocumented in source.
cmwc_i
uint cmwc_i;
Undocumented in source.
cmwc_q
uint[cmwc_r] cmwc_q;
Undocumented in source.
nBytes
uint nBytes;
Undocumented in source.
restB
uint restB;
Undocumented in source.

Meta