URandom

basic source that takes data from system random device This is an engine, do not use directly, use RandomG!(Urandom) should use stdc rad/write?

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() r)

does nothing

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

Static variables

readStyle
File.Style readStyle;
Undocumented in source.

Variables

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

Meta