Searched refs:randomHash (Results 1 – 1 of 1) sorted by relevance
453 HashCode expected1 = randomHash(hashFunction, new Random(1L), numActions); in assertIndependentHashers()454 HashCode expected2 = randomHash(hashFunction, new Random(2L), numActions); in assertIndependentHashers()470 static HashCode randomHash(HashFunction hashFunction, Random random, int numActions) { in randomHash() method in HashTestUtils