std::bernoulli_distribution::p
From cppreference.com
< cpp | numeric | random | bernoulli distribution
double p() const; |
(since C++11) | |
Returns the p distribution parameter (probability of generating true).
[edit] Parameters
(none)
[edit] Return value
Floating point value identifying the probability of generating true
[edit] See also
gets or sets the distribution parameter object (public member function) |