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().
-spec murmurhash2a(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhash3_32(binary() | list() | atom()) -> non_neg_integer().
-spec murmurhash3_32(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhash3_x64_128(binary() | list() | atom()) -> non_neg_integer().
-spec murmurhash3_x64_128(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhash3_x86_128(binary() | list() | atom()) -> non_neg_integer().
-spec murmurhash3_x86_128(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhash64a(binary() | list() | atom()) -> non_neg_integer().
-spec murmurhash64a(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhash64b(binary() | list() | atom()) -> non_neg_integer().
-spec murmurhash64b(binary() | list() | atom(), integer()) -> non_neg_integer().
-spec murmurhashneutral2(binary() | list() | atom()) -> non_neg_integer().
-spec murmurhashneutral2(binary() | list() | atom(), integer()) -> non_neg_integer().