addEntropy

Add real entropy to the global accumulator.

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

Parameters

sourceID
Type: ubyte

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

pool
Type: size_t

The ID of the pool to add the entropy.

seed
Type: ubyte[]

Random data.

Meta