Configure BloomFilter::Native parameters
masterWhen initializing BloomFilter::Native.new, you can provide the following options:
:size: The size of the bit array.:hashes: The number of hash functions to use.:seed: The initial seed for the CRC32 hash.:bucket: The size of the counter bucket.:raise: Boolean indicating whether to raise errors.