リサイズはクリックかドラッグ
MersenneTwister クラス
メルセンヌ・ツイスターによる擬似乱数製造機
継承階層
SystemObject
  Popolo.NumericsMersenneTwister

名前空間:  Popolo.Numerics
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文
C#
public class MersenneTwister

MersenneTwister 型は下記のメンバーを公開します。

コンストラクター
  名前説明
Public メソッドMersenneTwister
コンストラクタ
トップ
メソッド
  名前説明
Public メソッドEquals
Determines whether the specified object is equal to the current object.
(Objectから継承)
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetHashCode
Serves as the default hash function.
(Objectから継承)
Public メソッドGetType
Gets the Type of the current instance.
(Objectから継承)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Public メソッドNextDouble
[0,1]の一様乱数列を計算する
Public メソッドNextDouble2
[0,1)の一様乱数列を計算する
Public メソッドNextDouble3
(0,1)の一様乱数列を計算する
Public メソッドToString
Returns a string that represents the current object.
(Objectから継承)
トップ
解説
Makoto Matsumoto氏のC言語版をC#に移植 http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c
関連項目