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