Searched refs:odds (Results 1 – 2 of 2) sorted by relevance
11 void TestKillRandom(std::string kill_point, int odds, in TestKillRandom() argument19 assert(odds > 0); in TestKillRandom()20 if (odds % 7 == 0) { in TestKillRandom()23 odds++; in TestKillRandom()26 bool crash = r->OneIn(odds); in TestKillRandom()
29 extern void TestKillRandom(std::string kill_point, int odds,