std::uniform_int_distribution<IntType>::reset - cppreference.com
Namespaces
Variants

std::uniform_int_distribution<IntType>::reset

From cppreference.com
 
 
 
 
 

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.