integer type conversion problem/question

Paul Rubin http
Sat Oct 9 16:56:57 EDT 2004


Faheem Mitha <faheem at email.unc.edu> writes:
> I'd looked at this earlier, but they didn't seem to have implemented a
> C API. If there is one, I haven't been able to find it in
> http://python.org/doc/2.3.4/api/api.html or anywhere else. 

Mersenne Twister is written in C and there's a Python wrapper for it.
If you have the Python source distro, you can just compile the
Mersenne Twister code into your C program.



More information about the Python-list mailing list