#include <THashInt64.hh>
Static Public Methods | |
unsigned int | Hash (uint64_t key) |
Integer hash function. | |
bool | Equal (uint64_t a, uint64_t b) |
Compare two integers. |
The hash function is written by Thomas Wang For more information visit this web page: http://www.concentric.net/~Ttwang/tech/inthash.htm
|
Integer hash function.
|