Searched refs:PROB_CLOSE (Results 1 – 1 of 1) sorted by relevance
39 #define PROB_CLOSE (PROB_STOP + 0.10) macro40 static_assert(PROB_CLOSE < 0.9, "Probability sum too high.");167 } else if (dice < PROB_CLOSE) { in invoke()