Searched refs:probTrue (Results 1 – 2 of 2) sorted by relevance
36 bool RNG::randomBool(float probTrue) in randomBool() argument38 std::bernoulli_distribution dist(probTrue); in randomBool()
33 bool randomBool(float probTrue = 0.5f);