Hi!
I’ve a question about the Mersenne Twister implementation in CUDA 1.0.
Is this an implementation of the original method from 1997:
[url=“Mersenne Twister: A random number generator (since 1997/10)”]http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html[/url]
…or is it based on the newer “SIMD-oriented Fast Mersenne Twister (SFMT)” from 2006?
[url=“SIMD-oriented Fast Mersenne Twister (SFMT)”]http://www.math.sci.hiroshima-u.ac.jp/~m-m...SFMT/index.html[/url]
Thanks,
/Thord