std::uniform_real_distribution<RealType>::reset (3) - Linux Manuals
std::uniform_real_distribution<RealType>::reset: std::uniform_real_distribution<RealType>::reset
NAME
std::uniform_real_distribution<RealType>::reset - std::uniform_real_distribution<RealType>::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.