mirror of https://github.com/python/cpython
#11848: replace dead link in random.betavariate comment.
This commit is contained in:
parent
60adf95955
commit
20f53f1fe7
|
@ -578,7 +578,7 @@ class Random(_random.Random):
|
|||
|
||||
## -------------------- beta --------------------
|
||||
## 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:
|
||||
##
|
||||
## def betavariate(self, alpha, beta):
|
||||
|
|
Loading…
Reference in New Issue