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