Mark Dickinson <dicki...@gmail.com> added the comment:

Here's a more careful Python-only patch that fixes the bias in randrange and 
randint (but not in shuffle, choice or sample).  It should work well both for 
Mersenne Twister and for subclasses of Random that use a poorer PRNG with 
badly-behaved low-order bits.

----------
Added file: http://bugs.python.org/file17707/issue9025_v2.patch

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

Reply via email to