dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
RNG.addSeed
dcrypt
crypto
random
prng
RNG
Add a seed value to the PRNG.
class
RNG
abstract nothrow
void
addSeed
(
in
ubyte
[]
seed
)
Parameters
seed
ubyte
[]
The seed value to add to the PRNG.
Meta
Source
See Implementation
dcrypt
crypto
random
prng
RNG
functions
addSeed
nextBytes
properties
name
Add a seed value to the PRNG.