[issue14028] random.choice hits ValueError: cannot convert float NaN to integer

Mark Dickinson report at bugs.python.org
Thu Feb 16 11:57:57 CET 2012


Mark Dickinson <dickinsm at gmail.com> added the comment:

The bugs.launchpad.net URL shows a call to 'entropy.choice'.  Any idea what 'entropy' is?  Could it be that they're using their own Random subclass, not tied to the Python MT implementation?

----------

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


More information about the Python-bugs-list mailing list