「cpp/numeric/random/independent bits engine/operator()」の版間の差分
提供: cppreference.com
< cpp | numeric | random | independent bits engine
TranslationBot (トーク | 投稿記録) (Translated from the English version using Google Translate) |
細 (1版:Translate from the English version) |
2012年10月30日 (火) 18:37時点における版
result_type operator()(); |
(C++11以上) | |
乱数を生成します。 ベースとなるエンジンの状態が1回以上進められます。
目次 |
引数
(なし)
戻り値
[min(), max()] 内の擬似乱数。
例外
(なし)
関連項目
指定された量だけアダプタの状態を進めます (パブリックメンバ関数) |