Crate veranda

Source
Expand description

§Veranda

A rand RNG source for vexide programs.

Veranda uses system metrics like brain uptime, program uptime, battery current and voltage, and, optionally, empty ADI ports.

Structs§

AdiRng
A rand RNG source that includes empty ADI port(s) as a source of entropy. It is incredibly important that the port is not connected to anything, as this will cause the RNG to be predictable.
SystemRng
A rand RNG source that only uses system metrics for entropy. This RNG source has a lower entropy than AdiRng, but does not require empty ADI ports.