Commit 4f80b65a authored by Guido van Rossum's avatar Guido van Rossum

Added "docs" for Pareto and Weibull distributions.

parent f5910e42
......@@ -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}
......
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment