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.
Declared in <random.h>
void
RandAddEvent(uint32_t event_info) noexcept;
Thread-safe.
| Name | Description |
|---|---|
| event_info | A value identifying the event whose timing supplies the entropy. |