Try Install Learn Blog API Packages GitHub
Pages
murmur3

Search
Basic information
Entities
Versions
Dependencies
bitwise 0.5.0 <= v < 1.0.0

Murmur3

Functions

hash32
(
seed
:
Number
str
:
String
)
:
Number

Takes a seed and a string and produces a 32 bit hash.

Given the same seed and string, it will always produce the same hash.

Murmur3.hash32(1234, "Turn me into a hash") == 4138100590