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).
const SEEDED_STREAM: LocalKey<RefCell<Option<ChaCha8Rng>>>;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).