Lines Matching refs:Random
239 "Random number seed to use when shuffling test orders. Must be in range "
281 // Generates a random number from [0, range), using a Linear
284 UInt32 Random::Generate(UInt32 range) {
2463 void TestCase::ShuffleTests(internal::Random* random) {
2464 Shuffle(random, &test_indices_);
3899 // Returns the random seed used at the start of the current test run.
4215 random()->Reseed(random_seed_);
4267 // Picks a new random seed for each iteration.
4486 ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_);
4489 ShuffleRange(random(), last_death_test_case_ + 1,
4494 test_cases_[i]->ShuffleTests(random());
4726 " Random number seed to use for shuffling test orders (between 1 and\n"