I’m porting a small app that currently uses the MT & SFMT Mersenne Twister code for random number input; I’m looking for a speed boost so started to investigate GPU. I’m starting with some basic testing with my Mac & GeForce 9400M before throwing anything heavier at this.
I came across a GPU version of this algorithm here:
[url=“Mersenne Twister for Graphic Processors (MTGP)”]http://www.math.sci.hiroshima-u.ac.jp/~m-m...MTGP/index.html[/url]
Has anyone had any success in using this?
Many thanks,
Mike