Namespaces
Variants
Views
Actions

std::piecewise_linear_distribution<RealType>::reset

From cppreference.com
< cpp‎ | numeric‎ | random‎ | piecewise linear distribution
Revision as of 15:05, 28 November 2021 by Space Mission (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
 
 
 
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.