「cpp/numeric/random/independent bits engine/operator()」の版間の差分
提供: cppreference.com
< cpp | numeric | random | independent bits engine
細 (1版:Translate from the English version) |
細 |
||
(1人の利用者による、間の1版が非表示) | |||
1行: | 1行: | ||
− | {{cpp/numeric/random/adaptor/operator()|independent_bits_engine}} | + | {{cpp/numeric/random/adaptor/operator()|independent_bits_engine}} |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
2018年6月18日 (月) 06:06時点における最新版
result_type operator()(); |
(C++11以上) | |
乱数を生成します。 ベースとなるエンジンの状態が1回以上進められます。
目次 |
[編集] 引数
(なし)
[編集] 戻り値
[min(), max()] 内の擬似乱数。
[編集] 例外
(なし)
[編集] 関連項目
指定された量だけアダプタの状態を進めます (パブリックメンバ関数) |