命名空间
变体
操作

std::cauchy_distribution<RealType>::reset

来自 cppreference.cn
< cpp‎ | numeric‎ | random‎ | 柯西分布
 
 
 
 
 
void reset();
(自 C++11 起)

重置分布对象的内部状态。调用此函数后,对分布对象下一次调用 operator() 将不再依赖于之前对 operator() 的调用。

[编辑] 参数

(无)

[编辑] 返回值

(无)

[编辑] 复杂度

常数。