Home
last modified time | relevance | path

Searched defs:with_seed (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Dthirty_two.rs41 fn with_seed(seed: u32) -> XxCore { in with_seed() method
165 pub fn with_seed(seed: u32) -> XxHash32 { in with_seed() method
Dsixty_four.rs36 fn with_seed(seed: u64) -> XxCore { in with_seed() method
175 pub fn with_seed(seed: u64) -> XxHash64 { in with_seed() method
Dxxh3.rs123 pub fn with_seed(seed: u64) -> Self { in with_seed() method
150 pub fn with_seed(seed: u64) -> Self { in with_seed() method
275 pub fn with_seed(seed: u64) -> Self { in with_seed() method
898 fn with_seed(seed: u64) -> Self { in with_seed() method
/aosp_15_r20/external/rust/android-crates-io/crates/fastrand/tests/
Dsmoke.rs115 fn with_seed() { in with_seed() function
/aosp_15_r20/external/rust/android-crates-io/crates/fastrand/src/
Dlib.rs288 pub fn with_seed(seed: u64) -> Self { in with_seed() method
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/
Drandom_state.rs305 pub fn with_seed(key: usize) -> RandomState { in with_seed() method