Function farmhash::hash64_with_seeds [] [src]

pub fn hash64_with_seeds(s: &[u8], seed0: u64, seed1: u64) -> u64

Create a new farmhash based u64 for an array of bytes with 2 given seeds. Hash value may vary with library version and platform.