Searched refs:randomBool (Results 1 – 3 of 3) sorted by relevance
36 bool RNG::randomBool(float probTrue) in randomBool() function in angle::RNG
33 bool randomBool(float probTrue = 0.5f);
231 const GLfloat lightModelTwoSide = rng.randomBool() ? 1.0f : 0.0f; in TEST_P()259 rng.randomBool() ? rng.randomFloatBetween(0.0f, 90.0f) : 180.0f; in TEST_P()