Scroll to navigation

std::geometric_distribution::min(3) C++ Standard Libary std::geometric_distribution::min(3)

NAME

std::geometric_distribution::min - std::geometric_distribution::min

Synopsis


result_type min() const; (since C++11)


Returns the minimum value potentially generated by the distribution.

Parameters


(none)

Return value


The minimum value potentially generated by the distribution

Complexity


Constant.

See also


max returns the maximum potentially generated value
(C++11) (public member function)

2022.07.31 http://cppreference.com