Accumulator.extractEntropy

Multithreading aware version of extractEntropy()

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

Meta