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