Hi all,<br><br>I needed a better RNG for a project I'm working on so I've implemented the Mersenne twister algorithm (2^19937 period) in inlined c.  Basically I just redefined "make-random-state" and "random".
<br><br>If theres interest in this code I'd be happy to clean it up and share.<br><br>-Roy<br><br>