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