public member function
<random>

std::bernoulli_distribution::min

bool min() const;
Minimum value
Returns the greatest lower bound of the range of values potentially returned by member operator(), which for bernoulli_distribution is false.

Parameters

none

Return value

false

Complexity

Constant.

See also