std::piecewise_constant_distribution::reset

1
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.

doc_CPP
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.