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)
Initialization with array of integers for random number generator (Mersenne Twister)
Function GenrandRes53() As Double
Uniform random numbers (53 bit real random numbers on [0, 1)) (Mersenne Twister)