com.twitter.algebird
The Count-Min sketch uses pairwise independent hash functions drawn from a universal hashing family of the form
h(x) = [a * x + b (mod p)] (mod m)
Returns a * x + b (mod p) (mod width)
(Since version 2.8.0) use productIterator instead
The Count-Min sketch uses pairwise independent hash functions drawn from a universal hashing family of the form
h(x) = [a * x + b (mod p)] (mod m)