公共成員函式
<random>

std::discrete_distribution::min

result_type min() const;
最小值
返回成員 operator() 可能返回的值的範圍的下確界。

引數



返回值

分佈生成的可能值的下界。
result_type是一個成員型別,定義為第一個類模板引數的別名 (IntType).

複雜度

常量。

另見