I’ve implemented a BloomFilter in python 3.3, and got different results every session. Drilling down this weird behavior got me to the internal hash() function – it returns different hash values for the same string every session. Example: —– opening a new python console —– Why is this happening? Why is this useful? Answer Python uses a random hash seed