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

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

Completed in 88 milliseconds