“cpp/numeric/random/discrete distribution/param”的版本间的差异
来自cppreference.com
< cpp | numeric | random | discrete distribution
TranslationBot(讨论 | 贡献) (Translated from the English version using Google Translate) |
小 |
||
(未显示2个用户的3个中间版本) | |||
第1行: | 第1行: | ||
− | {{page | + | {{page|cpp/numeric/random/distribution/param|discrete_distribution |
+ | |||
+ | }} |
2017年10月7日 (六) 01:01的最后版本
param_type param() const; |
(1) | (C++11 起) |
void param( const param_type& params ); |
(2) | (C++11 起) |
管理关联的分布参数集。
1) 返回关联的参数集。
2) 设置关联的参数集为 params。
[编辑] 参数
params | - | 关联参数集的新内容 |
[编辑] 返回值
1) 关联参数集
2) (无)
[编辑] 复杂度
常数。