RandomNumberGenerator.addEntropy

Add entropy to this RNG.

class RandomNumberGenerator
abstract
void
addEntropy
(
const(ubyte)* input
,
size_t length
)

Parameters

input const(ubyte)*

a ubyte array containg the entropy to be added

length size_t

the length of the ubyte array in

Meta