Home
last modified time | relevance | path

Searched defs:SmallRng (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rand/src/rngs/
Dsmall.rs81 pub struct SmallRng(Rng); struct
83 impl RngCore for SmallRng { implementation
105 impl SeedableRng for SmallRng { implementation