Lines Matching refs:Random
223 "Random number seed to use when shuffling test orders. Must be in range "
258 // Generates a random number from [0, range), using a Linear
261 UInt32 Random::Generate(UInt32 range) {
2434 void TestCase::ShuffleTests(internal::Random* random) {
2435 test_indices_->Shuffle(random);
3689 // Returns the random seed used at the start of the current test run.
3974 random()->Reseed(random_seed_);
4024 // Picks a new random seed for each iteration.
4244 test_case_indices_.ShuffleRange(random(), 0, last_death_test_case_ + 1);
4247 test_case_indices_.ShuffleRange(random(), last_death_test_case_ + 1,
4252 test_cases_.GetElement(i)->ShuffleTests(random());
4483 " Random number seed to use for shuffling test orders (between 1 and\n"