tango.math.random.engines.URandom

License:

BSD style: see license.txt

Version:

Initial release: July 2008

Author:

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)
does nothing
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