公有成员函数
<random>

std::bernoulli_distribution::max

bool max() const;
最大值
返回成员 operator() 可能返回的值的范围的上界,对于 bernoulli_distribution 来说是true.

参数



返回值

true

复杂度

常量。

另见