20 #ifndef SPOT_MISC_HASHFUNC_HH
21 # define SPOT_MISC_HASHFUNC_HH
58 return (key >> 3) * 2654435761U;
63 #endif // SPOT_MISC_HASHFUNC_HH
this class acts like a wrapper to the C code of the open_set.
Definition: public.hh:32
size_t wang32_hash(size_t key)
Thomas Wang's 32 bit hash function.
Definition: hashfunc.hh:35
size_t knuth32_hash(size_t key)
Knuth's Multiplicative hash function.
Definition: hashfunc.hh:54