Searched refs:pickAtRandom (Results 1 – 3 of 3) sorted by relevance
226 static RandomHasherAction pickAtRandom(Random random) { in pickAtRandom() method in HashTestUtils.RandomHasherAction462 RandomHasherAction.pickAtRandom(random1).performAction(random1, ImmutableSet.of(hasher1)); in assertIndependentHashers()463 RandomHasherAction.pickAtRandom(random2).performAction(random2, ImmutableSet.of(hasher2)); in assertIndependentHashers()473 RandomHasherAction.pickAtRandom(random).performAction(random, ImmutableSet.of(hasher)); in randomHash()
47 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
161 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()