public member function
<random>

std::gamma_distribution::min

result_type min() const;
Minimum value
Returns the greatest lower bound of the range of values potentially returned by member operator(), which for gamma_distribution is always zero.

Parameters

none

Return value

Zero.
result_type is a member type, defined as an alias of the first class template parameter (RealType).

Complexity

Constant.

See also