C API for Python's RNG?

Fernando Pérez fperez528 at yahoo.com
Fri Jun 28 15:52:36 EDT 2002


Tom Loredo wrote:

> So I guess it's Numeric or some third-party RNG if
> I want to do this quickly.  Any suggestions?

The Numeric RNG is reasonably fast and versatile. Otherwise just code your own 
from one of the bazillion RNGs out there. Something that simple can be 
wrapped up in a minute using weave or even SWIG.

cheers,

f



More information about the Python-list mailing list