dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
WrapperPRNG.addSeed
dcrypt
random
prng
WrapperPRNG
Add a seed value to the PRNG.
class
WrapperPRNG
(R)
override
void
addSeed
nothrow @
nogc
(
in
ubyte
[]
seed
)
if
(
isRNGWithInput
!
R
)
Parameters
seed
Type:
ubyte
[]
the seed value to add to the PRNG
Meta
Source
See Implementation
dcrypt
random
prng
WrapperPRNG
functions
addSeed
nextBytes
properties
name
Add a seed value to the PRNG.