Home
last modified time | relevance | path

Searched refs:kRandomSeedUpperBound (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/test/launcher/
Dtest_launcher.cc112 const uint32_t kRandomSeedUpperBound = 100000; variable
926 if (custom_seed >= kRandomSeedUpperBound) { in Init()
928 << "[0, " << kRandomSeedUpperBound << ")"; in Init()
933 std::uniform_int_distribution<uint32_t> dist(0, kRandomSeedUpperBound); in Init()