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

/external/skia/include/utils/
H A DSkRandom.h120 bool nextBool() { return this->nextU() >= 0x80000000; } function in class:SkRandom
122 /** A biased version of nextBool().

Completed in 241 milliseconds