URandomRNG

URandomRNG provides an interface to the /dev/urandom RNG of most Unix like systems.

Constructors

this
this()

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addSeed
void addSeed(ubyte[] seed)
Undocumented in source. Be warned that the author may not have intended to support it.
nextBytes
void nextBytes(ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isAvailable
bool isAvailable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]

Inherited Members

From RNG

nextBytes
void nextBytes(ubyte[] buf)

Fill the buffer with random bytes.

name
string name [@property getter]
addSeed
void addSeed(ubyte[] seed)

Add a seed value to the PRNG.

Meta