Home
last modified time | relevance | path

Searched refs:probTrue (Results 1 – 2 of 2) sorted by relevance

/external/angle/util/
Drandom_utils.cpp36 bool RNG::randomBool(float probTrue) in randomBool() argument
38 std::bernoulli_distribution dist(probTrue); in randomBool()
Drandom_utils.h33 bool randomBool(float probTrue = 0.5f);