std::uniform_real_distribution::b
From Cppreference
< cpp | numeric | random | uniform real distribution
result_type b() const;
|
(since C++11) | |
Returns the b distribution parameter (maximum value).
[edit] Parameters
(none)
[edit] Return value
The b distribution parameter (maximum value).
[edit] See also
returns the a distribution parameter (minimum value) (public member function) |