Skip to main content

Module rng

Module rng 

Source
Expand description

RngU64Source - pluggable u64 RNG used by the RngU64 syscall op. Default impl wraps getrandom.

Structs§

CounterRng
Deterministic counter RNG for tests.
GetrandomU64
Default getrandom-backed RNG.

Traits§

RngU64Source
Source of u64 random values. Trait so tests can supply a deterministic counter via a different impl.