36namespace nfx::hashing::constants
constexpr uint32_t FNV_OFFSET_BASIS_32
FNV-1a 32-bit offset basis constant.
constexpr uint32_t FNV_PRIME_32
FNV-1a 32-bit prime constant.
constexpr uint64_t MURMUR3_MULTIPLIER_C2
MurmurHash3 second multiplicative constant for avalanche mixing.
constexpr uint32_t GOLDEN_RATIO_32
Golden ratio constant for 32-bit hash combining (φ = 2^32 / golden_ratio).
constexpr uint64_t FNV_OFFSET_BASIS_64
FNV-1a 64-bit offset basis constant.
constexpr uint64_t WANG_MULTIPLIER_64_C2
Wang's second multiplicative constant for 64-bit integer hashing.
constexpr uint64_t SEED_MIX_MULTIPLIER_64
Multiplicative constant for seed mixing.
constexpr uint64_t FNV_PRIME_64
FNV-1a 64-bit prime constant.
constexpr uint32_t KNUTH_MULTIPLIER_32
Knuth's multiplicative constant for 32-bit integer hashing.
constexpr uint64_t MURMUR3_MULTIPLIER_C1
MurmurHash3 first multiplicative constant for avalanche mixing.
constexpr uint64_t GOLDEN_RATIO_64
Golden ratio constant for 64-bit hash combining (φ = 2^64 / golden_ratio).
constexpr uint64_t WANG_MULTIPLIER_64_C1
Wang's first multiplicative constant for 64-bit integer hashing.