Thomas Wang 64 bit mix hash function.
Synopsis
Declared in <folly/hash/Hash.h>
constexpr
uint64_t
twang_mix64(uint64_t key) noexcept;
Description
DEPRECATED: Prefer moremur_mix64() for new code, it's both faster and higher quality.
methodset twang
Return Value
The mixed 64‐bit value
Parameters
Name |
Description |
key |
The 64‐bit value to mix |
Created with MrDocs