Searched refs:deRandom_getBool (Results 1 – 3 of 3) sorted by relevance
52 deBool deRandom_getBool (deRandom* rnd);
100 deBool deRandom_getBool (deRandom* rnd) in deRandom_getBool() function
46 bool getBool (void) { return deRandom_getBool(&m_rnd) == DE_TRUE; } in getBool()