This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients brett.cannon, mark.dickinson, rhettinger, serhiy.storchaka
Date 2012-12-11.10:42:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355222571.92.0.595644225736.issue16659@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-12-11 10:42:51serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, mark.dickinson
2012-12-11 10:42:51serhiy.storchakasetmessageid: <1355222571.92.0.595644225736.issue16659@psf.upfronthosting.co.za>
2012-12-11 10:42:51serhiy.storchakalinkissue16659 messages
2012-12-11 10:42:51serhiy.storchakacreate