| Store | Cart

Pure python implementation of Mersenne Twister?

From: Tim Peters <tim....@comcast.net>
Tue, 29 Oct 2002 11:50:14 -0500
[posted & mailed, so it doesn't get lost in the current news<->mail
 gateway breakdown]

[PoulsenL at capanalysis.com]
> I know of at least 3 implementations of the Mersenne Twister > algorithm as C extensions for python, but has anyone written one> in pure python, for educational purposes, for example?  

google for

    frohne twister

and get Ivan Frohne's rv.py.  A pure-Python Twister is one of its joys.

Recent Messages in this Thread
Poul...@capanalysis.com Oct 29, 2002 03:25 pm
Andrew Thompson Oct 29, 2002 03:55 pm
Emile van Sebille Oct 29, 2002 04:01 pm
Sean Shaleh Perry Oct 29, 2002 04:25 pm
Tim Peters Oct 29, 2002 04:50 pm
Messages in this thread