When making a bloomfilter for the x points of scalars 1...2**30 , what is the best hashing algorithm to use to get the lowest false positives candidates possible ?
Use x as an input.
This will give you the number of hash functions you need based on desired false positive rate.
https://hur.st/bloomfilter/