WrapperPRNG.addSeed

Add a seed value to the PRNG.

class WrapperPRNG(R)
override nothrow @nogc
void
addSeed
(
in ubyte[] seed
)
if ()

Parameters

seed ubyte[]

the seed value to add to the PRNG

Meta