Home | History | Annotate | Download | only in test

Lines Matching defs:seed1

237   const int seed1 = GetRandomSeedFromFlag(-1);
238 EXPECT_LE(1, seed1);
239 EXPECT_LE(seed1, static_cast<int>(kMaxRandomSeed));