summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/librandom.tex8
-rw-r--r--Doc/librandom.tex8
2 files changed, 16 insertions, 0 deletions
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex
index b8d5f78..7b29092 100644
--- a/Doc/lib/librandom.tex
+++ b/Doc/lib/librandom.tex
@@ -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}
diff --git a/Doc/librandom.tex b/Doc/librandom.tex
index b8d5f78..7b29092 100644
--- a/Doc/librandom.tex
+++ b/Doc/librandom.tex
@@ -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}