spot
1.1.3
|
#include <cstddef>
Go to the source code of this file.
Namespaces | |
spot | |
Functions | |
size_t | spot::wang32_hash (size_t key) |
Thomas Wang's 32 bit hash function. More... | |
size_t | spot::knuth32_hash (size_t key) |
Knuth's Multiplicative hash function. More... | |