Sub Ex_GenrandRes53()
Dim InitKey(2) As Long, KeyLength As Long, I As Long
KeyLength = 3
InitKey(0) = 101: InitKey(1) = 2101: InitKey(2) = 50101
For I = 1 To 10
Next
End Sub
Sub InitByArray(InitKey() As Long, KeyLength As Long)
乱数生成ルーチンの整数配列による初期化 (メルセンヌ・ツイスター)
Function GenrandRes53() As Double
一様乱数 ([0, 1) の 53 ビット実数乱数) (メルセンヌ・ツイスター)