PlatformEntropySource.poll - multiple declarations

Function PlatformEntropySource.poll

Poll the entropy source.

override Option!(ubyte) poll (
  out ubyte[128] output
) nothrow @nogc;

Parameters

NameDescription
output Buffer to save the generate random sequence (the method will to fill the buffer).

Returns

Number of bytes that were copied to the output or nothing on error.

Function PlatformEntropySource.poll

Poll the entropy source.

override Option!(ubyte) poll (
  out ubyte[128] output
) nothrow @nogc;

Parameters

NameDescription
output Buffer to save the generate random sequence (the method will to fill the buffer).

Returns

Number of bytes that were copied to the output or nothing on error.