]> granicus.if.org Git - python/commit
Fixed a bug in the gauss() function. The bug was reported by Mike
authorGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:17:42 +0000 (21:17 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:17:42 +0000 (21:17 +0000)
commit72c2e1b56e35c7fc4a80e90b14541494426e3cd0
tree8f5c655d228e06a202b13a46569e29a5c47b07e1
parent9824509d3ee84f00ba658e249bad81e00e3b98bf
Fixed a bug in the gauss() function.  The bug was reported by Mike
Miller, who complained that its kurtosis was bad, and then fixed by
Lambert Meertens (author of the original algorithm) who discovered
that the mathematical analysis leading to his solution was wrong, and
provided a corrected version.  Mike then tested the fix and reported
that the kurtosis was now good.
Lib/random.py