func New
New creates a filter sized to hold up to maxItems elements while keeping the false-positive probability around falsePositiveRate (for example 0.01 for 1%). It computes the optimal number of bits and hash functions and delegates to NewWithMK. Invalid inputs (maxItems == 0, or a rate outside the open interval (0, 1)) fall back to a minimal usable filter.