公有成員函式
<random>

std::negative_binomial_distribution::min

result_type min() const;
最小值
返回成員 operator() 可能返回值的最大下界,對於 negative_binomial_distribution 而言,此值始終為零。

引數



返回值

零。
result_type是一個成員型別,定義為第一個類模板引數的別名 (IntType).

複雜度

常量。

另見