val hash : t -> int
The hash function. This function must return positive integers. Behavior is undefined otherwise. Please note that false positive rate might be affected by unevenly distributed hash functions.
Bloomf.Hashable
The input interface for Bloomf.Make
.
val hash : t -> int
The hash function. This function must return positive integers. Behavior is undefined otherwise. Please note that false positive rate might be affected by unevenly distributed hash functions.