RNG.addSeed

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