std::fisher_f_distribution<RealType>::reset

出自cppreference.com
 
 
 
 
 
void reset();
(C++11 起)

重置分布對象的內部狀態。調用此函數後,下次在分布對象上對 operator() 的調用將不依賴於先前對 operator() 的調用。

[編輯] 參數

(無)

[編輯] 返回值

(無)

[編輯] 複雜度

常數。