std::binomial_distribution::reset
来自cppreference.com
< cpp | numeric | random | binomial distribution
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
void reset(); |
(C++11 起) | |
复位分布对象的内部状态。调用此功能后,下一次调用operator()的发行对象将不依赖于先前调用operator()的
原文:
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().
[编辑] 参数
(无)
[编辑] 返回值
(无)
[编辑] 复杂性
恒定