Gathers entropy from the low bits of the time at which events occur. Should be called with a uint32_t describing the event at the time an event occurs.
Synopsis
Declared in <random.h>
void
RandAddEvent(uint32_t event_info) noexcept;
Description
Thread‐safe.
Parameters
Name |
Description |
event_info |
A value identifying the event whose timing supplies the entropy. |
Created with MrDocs