#include <glt/config.h>
Include dependency graph for hash.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| uint32 | hashKnuth32 (uint32 key) |
| Donald Knuth's 32 bit Mix Function. | |
| uint32 | hashJenkins32 (uint32 key) |
| Robert Jenkin's 32 bit Mix Function. | |
| uint32 | hashWang32 (uint32 key) |
| Thomas Wang's 32 bit Mix Function. | |
Definition in file hash.h.
1.2.18