stats_rand_gen_ibinomial_negative
Generates a random deviate from the negative binomial distribution
説明
int stats_rand_gen_ibinomial_negative(int $n, float $p)
パラメータ
-
n
-
The number of success
-
p
-
The success rate
戻り値
A random deviate, which is the number of failure.