RandAddEvent

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

NameDescription
event_infoA value identifying the event whose timing supplies the entropy.