addEntropy

Add real entropy to the global accumulator.

@safe nothrow @nogc
void
addEntropy
(
in ubyte sourceID
,
in size_t pool
,
in ubyte[] seed...
)

Parameters

sourceID ubyte

The ID of the entropy source. Can actually be any number.

pool size_t

The ID of the pool to add the entropy.

seed ubyte[]

Random data.

Meta