Home | History | Annotate | Download | only in test

Lines Matching full:seed1

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