View Source erlang_murmurhash (erlang_murmurhash v1.0.0)

Link to this section Summary

Link to this section Functions

-spec murmurhash2(binary() | list() | atom()) -> non_neg_integer().
-spec murmurhash2(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhash2a(binary() | list() | atom()) -> non_neg_integer().
Link to this function

murmurhash2a(Data, Seed)

View Source
-spec murmurhash2a(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhash3_32(binary() | list() | atom()) -> non_neg_integer().
Link to this function

murmurhash3_32(Data, Seed)

View Source
-spec murmurhash3_32(binary() | list() | atom(), integer()) -> non_neg_integer().
Link to this function

murmurhash3_x64_128(Data)

View Source
-spec murmurhash3_x64_128(binary() | list() | atom()) -> non_neg_integer().
Link to this function

murmurhash3_x64_128(Data, Seed)

View Source
-spec murmurhash3_x64_128(binary() | list() | atom(), integer()) -> non_neg_integer().
Link to this function

murmurhash3_x86_128(Data)

View Source
-spec murmurhash3_x86_128(binary() | list() | atom()) -> non_neg_integer().
Link to this function

murmurhash3_x86_128(Data, Seed)

View Source
-spec murmurhash3_x86_128(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhash64a(binary() | list() | atom()) -> non_neg_integer().
Link to this function

murmurhash64a(Data, Seed)

View Source
-spec murmurhash64a(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhash64b(binary() | list() | atom()) -> non_neg_integer().
Link to this function

murmurhash64b(Data, Seed)

View Source
-spec murmurhash64b(binary() | list() | atom(), integer()) -> non_neg_integer().
Link to this function

murmurhashneutral2(Data)

View Source
-spec murmurhashneutral2(binary() | list() | atom()) -> non_neg_integer().
Link to this function

murmurhashneutral2(Data, Seed)

View Source
-spec murmurhashneutral2(binary() | list() | atom(), integer()) -> non_neg_integer().