[issue14591] Value returned by random.random() out of valid range

Serhiy Storchaka report at bugs.python.org
Mon Apr 16 12:57:15 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

Indeed, jumpahead may have problems on non-32-bit platforms. The proposed patch fixes it. Porting to Python 3 is not required.

----------
keywords: +patch
nosy: +storchaka
Added file: http://bugs.python.org/file25237/random_jumpahead_64bit.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14591>
_______________________________________


More information about the Python-bugs-list mailing list