Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Kate (0.05 sec)

  1. 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)
Back to top