std::bernoulli_distribution::min

Returns the minimum value potentially generated by the distribution.

# Declarations

result_type min() const;

(since C++11)

# Return value

The minimum value potentially generated by the distribution.

# See also