mirror of
https://github.com/python/cpython.git
synced 2025-08-16 23:01:34 +00:00
#11848: replace dead link in random.betavariate comment.
This commit is contained in:
parent
6033d26118
commit
1bb18cc39e
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ class Random(_random.Random):
|
||||||
|
|
||||||
## -------------------- beta --------------------
|
## -------------------- beta --------------------
|
||||||
## See
|
## See
|
||||||
## http://sourceforge.net/bugs/?func=detailbug&bug_id=130030&group_id=5470
|
## http://mail.python.org/pipermail/python-bugs-list/2001-January/003752.html
|
||||||
## for Ivan Frohne's insightful analysis of why the original implementation:
|
## for Ivan Frohne's insightful analysis of why the original implementation:
|
||||||
##
|
##
|
||||||
## def betavariate(self, alpha, beta):
|
## def betavariate(self, alpha, beta):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue