Home | History | Annotate | Download | only in test

Lines Matching defs:seed1

330   const int seed1 = GetRandomSeedFromFlag(-1);
331 EXPECT_LE(1, seed1);
332 EXPECT_LE(seed1, static_cast<int>(kMaxRandomSeed));