Searched defs:rng3 (Results 1 – 7 of 7) sorted by relevance
468 let mut rng3 = rng1.clone(); in blockrng_next_u32_vs_next_u64() localVariable518 let mut rng3 = rng1.clone(); in blockrng64_next_u32_vs_next_u64() localVariable
29 let mut rng3 = Lcg128Xsl64::seed_from_u64(0); in test_lcg128xsl64_construction() localVariable
27 let mut rng3 = Mcg128Xsl64::seed_from_u64(0); in test_mcg128xsl64_construction() localVariable
27 let mut rng3 = Lcg64Xsh32::seed_from_u64(0); in test_lcg64xsh32_construction() localVariable
364 let mut rng3 = ChaCha8Rng::from_seed(seed); in test_chacha_serde_roundtrip() localVariable