公有成员函数
<random>

std::bernoulli_distribution::p

double p() const;
true的概率
返回与bernoulli_distribution关联的参数p。此参数代表成员函数operator()返回true.

此参数在构造时设置。

参数



返回值

与分布对象关联的概率参数(p)。

复杂度

常量。

另见