Module ahash::random_state

source ·

Structs§

  • Provides a Hasher factory. This is typically used (e.g. by HashMap) to create AHashers in order to hash the keys of the map. See build_hasher below.

Traits§

Functions§

  • Provides an optional way to manually supply a source of randomness for Hasher keys.