<random>

公有成员函数
<random>

std::binomial_distribution::t

result_type t() const;
范围的上限 (Upper bound of range)
返回与 binomial_distribution 相关的参数 t

此参数代表了 operator() 生成的每个值所模拟的独立 伯努利分布 实验次数。

此参数在 构造时 作为第一个参数设置。

参数



返回值

分布对象生成的值的可能范围的上限。
result_type是一个成员类型,定义为第一个类模板参数的别名 (IntType).

复杂度

常量。

另见