Serhiy Storchaka added the comment:

> I wonder whether it would make sense to use an array to hold the MT state, 
> for a closer match with the C code.

I don't think it makes sense. The algorithm is same and list is more natural 
for Python. Also arrays a little slower than lists, but it doesn't matter, 
because Python implementation of random slower C implementation anyway.

----------
stage: needs patch -> patch review

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16659>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to