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