Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs1016 rngs::SmallRng,
1029 pub(crate) struct SmallRng; struct
1031 impl SmallRng { impl
1046 impl Rng for SmallRng {} implementation
1350 let mut r = SmallRng::seed_from_u64(RNG_SEED); in test_endian()
1412 let mut r = SmallRng::seed_from_u64(RNG_SEED); in test_ops_impls()