[Python-Dev] Mersenne Twister

Jeremy Hylton jeremy@alum.mit.edu
Thu, 29 Aug 2002 14:32:16 -0400


Why not wrap the existing C implementation?  I think a wrapper has two
advantages.  We get to reuse the existing implementation, without
worry for transliteration errors.  We also get better performance.

Jeremy