Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/foldhash/src/
Dquality.rs23 pub fn with_seed(per_hasher_seed: u64, shared_seed: &SharedSeed) -> FoldHasher { in with_seed() method
119 pub fn with_seed(per_hasher_seed: u64, shared_seed: &'static SharedSeed) -> Self { in with_seed() method
154 pub const fn with_seed(per_hasher_seed: u64) -> Self { in with_seed() method
Dfast.rs28 pub fn with_seed(per_hasher_seed: u64, shared_seed: &SharedSeed) -> FoldHasher { in with_seed() method
217 pub fn with_seed(per_hasher_seed: u64, shared_seed: &'static SharedSeed) -> Self { in with_seed() method
246 pub const fn with_seed(per_hasher_seed: u64) -> Self { in with_seed() method
/external/rust/android-crates-io/crates/rustc-hash/src/
Dseeded_state.rs28 pub const fn with_seed(seed: usize) -> FxSeededState { in with_seed() method
Dlib.rs79 pub const fn with_seed(seed: usize) -> FxHasher { in with_seed() method
/external/rust/android-crates-io/crates/fastrand/tests/
Dsmoke.rs115 fn with_seed() { in with_seed() function
/external/rust/android-crates-io/crates/twox-hash/src/
Dxxhash32.rs240 pub const fn with_seed(seed: u32) -> Self { in with_seed() method
370 pub fn with_seed(seed: u32) -> Self { in with_seed() method
Dxxhash64.rs263 pub const fn with_seed(seed: u64) -> Self { in with_seed() method
381 pub fn with_seed(seed: u64) -> Self { in with_seed() method
Dxxhash3_64.rs103 pub fn with_seed(seed: u64) -> Self { in with_seed() method
Dxxhash3_128.rs104 pub fn with_seed(seed: u64) -> Self { in with_seed() method
/external/rust/android-crates-io/crates/ahash/src/
Drandom_state.rs305 pub fn with_seed(key: usize) -> RandomState { in with_seed() method
/external/rust/android-crates-io/crates/fastrand/src/
Dlib.rs293 pub fn with_seed(seed: u64) -> Self { in with_seed() method
/external/rust/android-crates-io/crates/twox-hash/src/xxhash3/
Dstreaming.rs116 pub fn with_seed(seed: u64, mut secret: S) -> Result<Self, SecretWithSeedError<S>> { in with_seed() function