PRNG.addSeed

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