Difference between revisions of "cpp/numeric/random/uniform int distribution/min"
From cppreference.com
< cpp | numeric | random | uniform int distribution
m (r2.7.3) (Robot: Adding de, es, fr, it, ja, pt, ru, zh) |
m (Shorten template names. Use {{lc}} where appropriate.) |
||
Line 1: | Line 1: | ||
− | {{page | + | {{page|cpp/numeric/random/distribution/min|uniform_int_distribution}} |
[[de:cpp/numeric/random/uniform int distribution/min]] | [[de:cpp/numeric/random/uniform int distribution/min]] |
Revision as of 20:48, 31 May 2013
result_type min() const; |
(since C++11) | |
Returns the minimum value potentially generated by the distribution.
Contents |
Parameters
(none)
Return value
The minimum value potentially generated by the distribution.
Complexity
Constant.
See also
(C++11) |
returns the maximum potentially generated value (public member function) |