Home
last modified time | relevance | path

Searched refs:pickAtRandom (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java226 static RandomHasherAction pickAtRandom(Random random) { in pickAtRandom() method in HashTestUtils.RandomHasherAction
462 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()
DAbstractNonStreamingHashFunctionTest.java47 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
DAbstractStreamingHasherTest.java161 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()