Commit Briefs

Omar Polo

use random seeds for murmurhash2

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


Christian Weisgerber

consistently match size of hash variables to that returned by murmurhash

ok millert stsp