- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Kate (0.05 sec)
-
guava-tests/test/com/google/common/hash/HashTestUtils.java
assertThat(prob).isWithin(epsilon).of(0.50d); } } } } /** * Checks that a Hasher returns the same HashCode when given the same input, and also that the * collision rate looks sane. */ static void assertInvariants(HashFunction hashFunction) { int objects = 100; Set<HashCode> hashcodes = Sets.newHashSetWithExpectedSize(objects); Random random = new Random(314159);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:22:54 UTC 2024 - 25.5K bytes - Viewed (0)