Searched defs:with_seed (Results 1 – 12 of 12) sorted by relevance
23 pub fn with_seed(per_hasher_seed: u64, shared_seed: &SharedSeed) -> FoldHasher { in with_seed() method119 pub fn with_seed(per_hasher_seed: u64, shared_seed: &'static SharedSeed) -> Self { in with_seed() method154 pub const fn with_seed(per_hasher_seed: u64) -> Self { in with_seed() method
28 pub fn with_seed(per_hasher_seed: u64, shared_seed: &SharedSeed) -> FoldHasher { in with_seed() method217 pub fn with_seed(per_hasher_seed: u64, shared_seed: &'static SharedSeed) -> Self { in with_seed() method246 pub const fn with_seed(per_hasher_seed: u64) -> Self { in with_seed() method
28 pub const fn with_seed(seed: usize) -> FxSeededState { in with_seed() method
79 pub const fn with_seed(seed: usize) -> FxHasher { in with_seed() method
115 fn with_seed() { in with_seed() function
240 pub const fn with_seed(seed: u32) -> Self { in with_seed() method370 pub fn with_seed(seed: u32) -> Self { in with_seed() method
263 pub const fn with_seed(seed: u64) -> Self { in with_seed() method381 pub fn with_seed(seed: u64) -> Self { in with_seed() method
103 pub fn with_seed(seed: u64) -> Self { in with_seed() method
104 pub fn with_seed(seed: u64) -> Self { in with_seed() method
305 pub fn with_seed(key: usize) -> RandomState { in with_seed() method
293 pub fn with_seed(seed: u64) -> Self { in with_seed() method
116 pub fn with_seed(seed: u64, mut secret: S) -> Result<Self, SecretWithSeedError<S>> { in with_seed() function