Searched refs:terminateProbability (Results 1 – 1 of 1) sorted by relevance
195 const float terminateProbability = 0.3f; in create_random_proc_tree() local197 bool terminate = (1 == maxLevels) || (d->fRandom->nextF() < terminateProbability); in create_random_proc_tree()