Mersenne Twister is the implementation used by the python standard library. You can see it in the random.py file in your python distribution.
On my system (Ubuntu 9.10) it is in /usr/lib/python2.6 , on Windows it should be in C:\Python26\Lib
nkrkv source share