PlatformEntropySource

Uses arc4random_buf.

Members

Functions

poll
Nullable!ubyte poll(ubyte[maxGather] output)

Poll the entropy source.

Properties

strong
bool strong [@property getter]
threshold
ubyte threshold [@property getter]

Inherited Members

From EntropySource

size_
ushort size_;

Amount of already generated entropy.

threshold
ubyte threshold [@property getter]
strong
bool strong [@property getter]
size
ushort size [@property getter]
size
ushort size [@property setter]
poll
Nullable!ubyte poll(ubyte[maxGather] output)

Poll the entropy source.

Meta