stats_rand_gen_ibinomial_negative
(no version information, might be only in CVS)
stats_rand_gen_ibinomial_negative --
負の二項分布から無作為な値を生成する。引数:
n - 無作為な値を生成するために行う負の二項分布の試行回数
(n > 0)、p - 事象の発生する確率 (0 < p < 1))
説明
int
stats_rand_gen_ibinomial_negative ( int n, float p )
警告 |
この関数は、
現在のところ詳細な情報はありません。引数のリストのみが
記述されています。 |
パラメータ
n
Its description
p
Its description
返り値
What the function returns, first on success, then on failure. See
also the &return.success; entity