]> granicus.if.org Git - python/commitdiff
Added "docs" for Pareto and Weibull distributions.
authorGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 17:38:05 +0000 (17:38 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 17:38:05 +0000 (17:38 +0000)
Doc/lib/librandom.tex
Doc/librandom.tex

index b8d5f78137df383012c8b005e3e201724bff0837..7b2909237dae1dba38166a6da1b227a15352e919 100644 (file)
@@ -71,6 +71,14 @@ distribution reduces to a uniform random angle over the range 0 to
 \code{2*pi}.
 \end{funcdesc}
 
+\begin{funcdesc}{paretovariate}{alpha}
+Pareto distribution.  \var{alpha} is the shape parameter.
+\end{funcdesc}
+
+\begin{funcdesc}{weibullvariate}{alpha, beta}
+Weibull distribution.  \var{alpha} is the scale parameter, and
+\var{beta} is the shape parameter.
+\end{funcdesc}
 
 \begin{seealso}
 \seemodule{whrandom}{the standard Python random number generator}
index b8d5f78137df383012c8b005e3e201724bff0837..7b2909237dae1dba38166a6da1b227a15352e919 100644 (file)
@@ -71,6 +71,14 @@ distribution reduces to a uniform random angle over the range 0 to
 \code{2*pi}.
 \end{funcdesc}
 
+\begin{funcdesc}{paretovariate}{alpha}
+Pareto distribution.  \var{alpha} is the shape parameter.
+\end{funcdesc}
+
+\begin{funcdesc}{weibullvariate}{alpha, beta}
+Weibull distribution.  \var{alpha} is the scale parameter, and
+\var{beta} is the shape parameter.
+\end{funcdesc}
 
 \begin{seealso}
 \seemodule{whrandom}{the standard Python random number generator}