tango.math.random.engines.URandom

License:
BSD style:

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

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


Page generated by Ddoc. Copyright (c) 2008. Fawzi Mohamed