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 leodema
Recipients leodema
Date 2017-05-24.21:47:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495662433.59.0.0975080513198.issue30464@psf.upfronthosting.co.za>
In-reply-to
Content
The gammavariate function in random.py has a wrong comment.

It says that when alpha is one it's equivalent to call expovariate(1).

We can see that is not true (see graphs) and it should be expovariate(1/beta). It's not a big deal but it can cause confusion.
History
Date User Action Args
2017-05-24 21:47:13leodemasetrecipients: + leodema
2017-05-24 21:47:13leodemasetmessageid: <1495662433.59.0.0975080513198.issue30464@psf.upfronthosting.co.za>
2017-05-24 21:47:13leodemalinkissue30464 messages
2017-05-24 21:47:13leodemacreate