A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.com/reference/random/uniform_real_distribution/max/ below:

public member function

<random>

std::uniform_real_distribution::max

Upper bound of range

Returns the least upper bound of the range of values potentially returned by member operator(), which for uniform_real_distribution is the distribution parameter b.

The interval of possible values produced by this distribution is right-open, therefore, potential produced values are never equal to this value, but lower.



Parameters none

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

Complexity Constant.

See also
uniform_real_distribution::b
Upper bound of range (public member function)
uniform_real_distribution::min
Minimum value (public member function)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4