Namespaces
Variants
Actions

std::weibull_distribution<RealType>::reset

From cppreference.com
 
 
Numerics library
 
Pseudo-random number generation
 
 
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() .

[edit] Parameters

(none)

[edit] Return value

(none)

[edit] Complexity

Constant.

Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/numeric/random/weibull_distribution/reset&oldid=135741"

AltStyle によって変換されたページ (->オリジナル) /