Logan oos Even
Logan oos Even
> It's interesting to check the results - maybe new good hash functions were found? You can download the current [code](https://github.com/Logan007/hash-prospector/archive/perm.zip) of this branch from github's auto-archiver for testing. However,...
I am excited to see that it [passes](https://github.com/Logan007/pearsonC) SmallCrunch (15/15) and masters Crunch (140/144). More to follow.
> higher 64 bits of 64bit * 64bit -> 128bit multiplication On the one hand, the higher bits might not make a huge difference when compared to the lower 64...
I had it running for a while now. For regular multiplication (lower bits of result), I get `761`(32 bit) and `772` (64 bit) bias: ``` // score = 761.60037986541965 uint32_t...
Sounds interesting... If interest is, I might give it a shot sometime soon and add it to the PR (probably not before September).