#include <THashInt.hh>
Static Public Methods | |
unsigned int | Hash (unsigned int key) |
Integer hash function. | |
bool | Equal (unsigned int a, unsigned int 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.
|