Skip to main content

SEEDED_STREAM

Constant SEEDED_STREAM 

Source
const SEEDED_STREAM: LocalKey<RefCell<Option<ChaCha8Rng>>>;
Expand description

When Some, crate::rng returns a handle that advances this single stream across all rng() calls on the thread (keeping IVs/nonces unique while reproducible).