std::extreme_value_distribution<RealType>::reset
来自 cppreference.com
< cpp | numeric | random | extreme value distribution
void reset(); |
(自 C++11 起) | |
重置分布对象的内部状态。在调用此函数后,下次调用 operator() 在分布对象上不会依赖于先前对 operator() 的调用。
[编辑] 参数
(无)
[编辑] 返回值
(无)
[编辑] 复杂度
常数。