Commit Briefs

cc524d369b Thomas Adam

use random seeds for murmurhash2

change the three hardcoded seeds to fresh ones generated on demand via arc4random. Suggested/fixed by and ok stsp@


90dfa2bf41 Thomas Adam

consistently match size of hash variables to that returned by murmurhash

ok millert stsp