Searched defs:RngCore (Results 1 – 3 of 3) sorted by relevance
137 pub trait RngCore { interface390 impl<'a, R: RngCore + ?Sized> RngCore for &'a mut R { impl439 impl std::io::Read for dyn RngCore { implementation
194 pub fn rng(seed: u64) -> impl RngCore { in rng()
164 impl RngCore for $ChaChaXRng { impl