dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
PRNG
dcrypt
random
prng
Undocumented in source.
@
safe
abstract
class
PRNG {
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
random
prng
aliases
DRNG
classes
PRNG
WrapperPRNG
functions
addSeed
templates
isRNG
isRNGWithInput