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