I am trying to implement the hyperloglog counting algorithm using stochastic averaging. To do that, I need many independent universal hash functions to hash items in different substreams.
I found that there are only a few hash function available in hashlib and there seems to be no way for me to provide a seed or something? I am thinking using different salts for different substreams.