名前空間
変種
操作

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

提供: cppreference.com
(Translated from the English version using Google Translate)
 
(1版:Translate from the English version)

2012年10月30日 (火) 18:37時点における版

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

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

目次

引数

(なし)

戻り値

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

例外

(なし)

関連項目

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