table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::weibull_distribution::reset(3) | C++ Standard Libary | std::weibull_distribution::reset(3) | 
NAME¶
std::weibull_distribution::reset - std::weibull_distribution::reset
Synopsis¶
void reset(); (since C++11)
  
   Resets the internal state of the distribution object. After a call to this
    function,
  
   the next call to operator() on the distribution object will not be dependent
    on
  
   previous calls to operator().
Parameters¶
(none)
Return value¶
(none)
Complexity¶
Constant.
| 2024.06.10 | http://cppreference.com |