dcrypt v0.0.5 (2015-08-01T16:43:44Z)
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
templates
isRNG