名前空間
変種
操作

「cpp/numeric/random/independent bits engine/operator()」の版間の差分

提供: cppreference.com
(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時点における最新版

 
 
 
擬似乱数生成
一様ランダムビットジェネレータ
エンジンとエンジンアダプタ
非決定的なジェネレータ
分布
一様分布
ベルヌーイ分布
ポアソン分布
正規分布
標本分布
シードシーケンス
(C++11)
C のライブラリ
 
 
result_type operator()();
(C++11以上)

乱数を生成します。 ベースとなるエンジンの状態が1回以上進められます。

目次

[編集] 引数

(なし)

[編集] 戻り値

[min(), max()] 内の擬似乱数。

[編集] 例外

(なし)

[編集] 関連項目

指定された量だけアダプタの状態を進めます
(パブリックメンバ関数) [edit]