#include <cstddef>
Include dependency graph for hashfunc.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | spot |
Functions | |
size_t | wang32_hash (size_t key) |
Thomas Wang's 32 bit hash function. | |
size_t | knuth32_hash (size_t key) |
Knuth's Multiplicative hash function. |