[issue37439] Add random.binomialvariate()

Raymond Hettinger report at bugs.python.org
Fri Jun 28 06:19:21 EDT 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Instead of a O(n) simulation, an O(1) equivalent should be used.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37439>
_______________________________________


More information about the Python-bugs-list mailing list