Searched refs:RandBool (Results 1 – 2 of 2) sorted by relevance
65 if (Rand.RandBool()) return Rand(256); in RandCh()162 DE.GetPositionHint() + W.size() < Size && Rand.RandBool(); in AddWordFromDictionary()163 if (Rand.RandBool()) { // Insert W. in AddWordFromDictionary()
137 size_t RandBool() { return Rand() % 2; } in RandBool() function