Home | History | Annotate | Download | only in test

Lines Matching defs:seed2

218   const int seed2 = GetRandomSeedFromFlag(kMaxRandomSeed + 1);
219 EXPECT_LE(1, seed2);
220 EXPECT_LE(seed2, static_cast<int>(kMaxRandomSeed));