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