std::exponential_distribution<RealType>::min
Min standard notice:
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.