Home
last modified time | relevance | path

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

/external/rust/crates/rand_core/src/
Dblock.rs68 pub trait BlockRngCore { trait
/external/rust/crates/rand_chacha/src/
Dchacha.rs85 impl BlockRngCore for $ChaChaXCore { impl