Add #PR44 optimizing the BloomFilter internal storage with Uint arrays.
Add .nextInt32() function to get a new random seeded int 32-bits from the current seed.
Move all hashing related functions to its specific Hash class in a component of the BaseFilter class. It also allows for overriding the serizalize function for using custom hash functions
NEW:
.nextInt32()
function to get a new random seeded int 32-bits from the current seed.FIX: