Accumulator.extractEntropy

  1. void extractEntropy(ubyte[] buf)
  2. void extractEntropy(ubyte[] buf)
    class Accumulator(DRNG, uint num_pools = 32)
    nothrow @nogc
    void
    extractEntropy
    (
    ubyte[] buf
    )
    if (
    isDRNGWithInput!DRNG
    )

Parameters

buf
Type: ubyte[]

Write the seed in this buffer. Length must be bufferSize.

Meta