「cpp/numeric/random/independent bits engine/operator()」の版間の差分
提供: cppreference.com
< cpp | numeric | random | independent bits engine
細 (1版:Translate from the English version) |
細 (r2.7.3) (ロボットによる 追加: de, en, es, fr, it, pt, ru, zh) |
||
1行: | 1行: | ||
{{cpp/numeric/random/adaptor/operator()|independent_bits_engine}} | {{cpp/numeric/random/adaptor/operator()|independent_bits_engine}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
2012年11月2日 (金) 19:51時点における版
result_type operator()(); |
(C++11以上) | |
乱数を生成します。 ベースとなるエンジンの状態が1回以上進められます。
目次 |
引数
(なし)
戻り値
[min(), max()] 内の擬似乱数。
例外
(なし)
関連項目
指定された量だけアダプタの状態を進めます (パブリックメンバ関数) |