mph
mph copied to clipboard
Allowing seeding the builder to get reproducible data
I'm using this to get the byte-for-byte same result if the input is the same, so my rsync-like tool doesn't need to retransmit the data.
also switch to rand.Uint64() which is probably a little cheaper.