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