Home
last modified time | relevance | path

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

/external/rust/crates/ahash/patches/
D0001-Use-dev-urandom-instead-of-getrandom.patch37 /// See [RandomState.set_random_source].
/external/rust/crates/ahash/src/
Drandom_state.rs188 … pub fn set_random_source(source: impl RandomSource + Send + Sync + 'static) -> Result<(), bool> { in set_random_source() method