Initial release: July 2008
Fawzi Mohamed
- struct 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?
- void seed(scope uint delegate() r) ¶
-
- immutable(char)[] toString() ¶
-
writes the current status in a string
- size_t fromString(const(char[]) s) ¶
-
reads the current status from a string (that should have been trimmed)
returns the number of chars read