From: Joonas Paalasmaa Date: Tue, 20 Apr 2021 14:33:54 +0000 (+0300) Subject: Document that random.gauss is normal distribution (GH-24935) X-Git-Tag: v3.10.0b1~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=389212c5db81e6aeab660665d2c59843d8d36f8e;p=thirdparty%2FPython%2Fcpython.git Document that random.gauss is normal distribution (GH-24935) --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 9d85c2b9958e..9f037a1a822a 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -326,9 +326,9 @@ be found in any statistics text. .. function:: gauss(mu, sigma) - Gaussian distribution. *mu* is the mean, and *sigma* is the standard - deviation. This is slightly faster than the :func:`normalvariate` function - defined below. + Normal distribution, also called the Gaussian distribution. *mu* is the mean, + and *sigma* is the standard deviation. This is slightly faster than + the :func:`normalvariate` function defined below. Multithreading note: When two threads call this function simultaneously, it is possible that they will receive the