public void TestScalableBloomK() { var f = new ScalableBloomFilter(10, 0.1, 0.8); var k = f.K(); Assert.AreEqual(4u, k); }