Commit Briefs

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@


Thomas Adam

consistently match size of hash variables to that returned by murmurhash

ok millert stsp