table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::gamma_distribution::min(3) | C++ Standard Libary | std::gamma_distribution::min(3) | 
NAME¶
std::gamma_distribution::min - std::gamma_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 |