WrapperPRNG.addSeed

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