dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
RNG
dcrypt
crypto
random
prng
Undocumented in source.
@
safe
abstract
class
RNG {
void
nextBytes
(ubyte[] buf);
string
name
[@property getter];
void
addSeed
(ubyte[] seed);
}
Members
Functions
addSeed
void
addSeed
(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]
Meta
Source
See Implementation
dcrypt
crypto
random
prng
aliases
DRNG
classes
RNG
WrapperPRNG
functions
addSeed
templates
isRNG
isRNGWithInput