]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document that random.gauss is normal distribution (GH-24935)
authorJoonas Paalasmaa <joonas.paalasmaa@wolt.com>
Tue, 20 Apr 2021 14:33:54 +0000 (17:33 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Apr 2021 14:33:54 +0000 (07:33 -0700)
Doc/library/random.rst

index 9d85c2b9958eb2c34698d7afed9d28eac230764d..9f037a1a822ac4b2f0bb7924242e8e536337093c 100644 (file)
@@ -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