Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a36b09 commit 389212cCopy full SHA for 389212c
1 file changed
Doc/library/random.rst
@@ -326,9 +326,9 @@ be found in any statistics text.
326
327
.. function:: gauss(mu, sigma)
328
329
- Gaussian distribution. *mu* is the mean, and *sigma* is the standard
330
- deviation. This is slightly faster than the :func:`normalvariate` function
331
- 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.
332
333
Multithreading note: When two threads call this function
334
simultaneously, it is possible that they will receive the
0 commit comments