Home | History | Annotate | Download | only in test

Lines Matching full:seed1

241   const int seed1 = GetRandomSeedFromFlag(-1);
242 EXPECT_LE(1, seed1);
243 EXPECT_LE(seed1, static_cast<int>(kMaxRandomSeed));