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(uint delegate() r) #
does nothing
char[] toString() #
writes the current status in a string
size_t fromString(char[] s) #
reads the current status from a string (that should have been trimmed) returns the number of chars read