bonzaico / murmur3 / Murmur3

Murmur 3 hash function for hashing strings

hashString : Basics.Int -> String -> Basics.Int

Takes a seed and a string. Produces a hash (integer). Given the same seed and string, it will always produce the same hash.

hashString 1234 "Turn me into a hash" == 4138100590