EntropyAccumulator.this

Initialize an EntropyAccumulator

struct EntropyAccumulator
this
(
bool delegate
(
const(ubyte)*
,
size_t len
,
double
)
accum
)

Parameters

accum bool delegate
(
const(ubyte)*
,
size_t len
,
double
)

a delegate to send the bytes and entropy value

Meta