Kiss99

Undocumented in source.

Members

Functions

fromString
size_t fromString(const(char[]) 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() r)
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
immutable(char)[] toString()

writes the current status in a string

Variables

canCheckpoint
enum int canCheckpoint;
Undocumented in source.
canSeed
enum int canSeed;
Undocumented in source.

Meta