<random>

公共成員函式 (public member function)
<random>

std::泊松分佈::min (poisson_distribution::min)

result_type min() const;
最小值
返回成員 operator() 可能返回的值的最小界限,對於 泊松分佈 而言,該值始終為零。

引數



返回值

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

複雜度

常量。

另見