GitHub - skeeto/hash-prospector: Automated integer hash function discovery
Hash Function Prospector
This is a little tool for automated integer hash function
discovery. It generates billions of integer hash functions at
random from a selection of nine reversible operations (also).
The generated functions are JIT compiled and their avalanche behavior is
evaluated. The current best function is printed out in C syntax.
The avalanche score is the number of output bits that remain "fixed"
on average when a single input bit is flipped. Lower scores are better.
Ideally the sc...
Read more at github.com