Expand description
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. - System
Rng - A
rand
RNG source that only uses system metrics for entropy. This RNG source has a lower entropy thanAdiRng
, but does not require empty ADI ports.