table of contents
std::piecewise_constant_distribution::min(3) | C++ Standard Libary | std::piecewise_constant_distribution::min(3) |
NAME¶
std::piecewise_constant_distribution::min - std::piecewise_constant_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)
2024.06.10 | http://cppreference.com |