Searched defs:nextBool (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/utils/
H A DSkRandom.h129 bool nextBool() { return this->nextU() >= 0x80000000; } function in class:SkRandom
131 /** A biased version of nextBool().
/external/skia/fuzz/
H A Dfuzz.cpp397 bool Fuzz::nextBool() { return nextB()&1; } function in class:Fuzz

Completed in 100 milliseconds