WrapperPRNG

Wrapper class for PRNGs.

Members

Functions

addSeed
void addSeed(in ubyte[] seed)

Add a seed value to the PRNG.

nextBytes
void nextBytes(ubyte[] buf)

Fill the buffer with random bytes.

Properties

name
string name [@property getter]

Inherited Members

From PRNG

nextBytes
void nextBytes(ubyte[] buf)

Fill the buffer with random bytes.

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

Add a seed value to the PRNG.

Meta