Expand description
seedable_hash is the Rust library (by Piotr Beling) for calculating seedable hashes and fast reduction of their ranges.
Structs§
BuildSeededHasherthat uses standardBuildHasher.
Traits§
- Family of hash functions that allows the creation of
Hasherinstances initialized with a given seed.
Functions§
- Maps 16-bit
hashto the range[0, n), wherenis a 16-bit integer. - Maps 32-bit
hashto the range[0, n), wherenis a 32-bit integer. - Maps 64-bit
hashto the range[0, n), wherenis a 32-bit integer. - Maps 64-bit
hashto the range[0, n), wherenis a 64-bit integer.