Searched refs:RANDOM_SEED (Results 1 – 3 of 3) sorted by relevance
38 private static final int RANDOM_SEED = new Random().nextInt(); field in ChecksumBenchmark48 new Random(RANDOM_SEED).nextBytes(testBytes); in setUp()
88 private static final int RANDOM_SEED = new Random().nextInt(); field in MessageDigestAlgorithmBenchmark94 new Random(RANDOM_SEED).nextBytes(testBytes); in setUp()
246 private static final long RANDOM_SEED = 177L; field in HashingTest319 Random random = new Random(RANDOM_SEED); in testCombineUnordered_randomHashCodes()515 Random random = new Random(RANDOM_SEED); in assertSeededHashFunctionEquals()