Displaying 4 results from an estimated 4 matches for "emt19937ar".
Did you mean:
mt19937ar
2016 Aug 30
4
A bug in the R Mersenne Twister (RNG) code?
...numbers produced by a correctly coded 32-bit implementation of the MT
algorithm when initializing it with a particular array of integers at:
www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.out.
[There is a link to this output at:
www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html.]
My statistics program obtains exactly those 200 numbers from the first
site mentioned in the previous paragraph and also obtains those same
numbers from the second website (though I didn't check all 2000 values).
Assuming that the MT code within R uses the 32-bit MT algorithm, I...
2016 Sep 01
2
A bug in the R Mersenne Twister (RNG) code?
...y coded 32-bit implementation of the MT
>> algorithm when initializing it with a particular array of integers at:
>> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.out.
>> [There is a link to this output at:
>> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html.]
>>
>> My statistics program obtains exactly those 200 numbers from the first
>> site mentioned in the previous paragraph and also obtains those same
>> numbers from the second website (though I didn't check all 2000 values).
>> Assuming that the MT code w...
2016 Aug 30
0
A bug in the R Mersenne Twister (RNG) code?
...ed by a correctly coded 32-bit implementation of the MT
> algorithm when initializing it with a particular array of integers at:
> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.out.
> [There is a link to this output at:
> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html.]
>
> My statistics program obtains exactly those 200 numbers from the first
> site mentioned in the previous paragraph and also obtains those same
> numbers from the second website (though I didn't check all 2000 values).
> Assuming that the MT code within R uses the 32-...
2016 Sep 01
0
A bug in the R Mersenne Twister (RNG) code?
...mplementation of the MT
>>> algorithm when initializing it with a particular array of integers at:
>>> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.out.
>>> [There is a link to this output at:
>>> www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html.]
>>>
>>> My statistics program obtains exactly those 200 numbers from the first
>>> site mentioned in the previous paragraph and also obtains those same
>>> numbers from the second website (though I didn't check all 2000 values).
>>> Assumin...