From 4f80b65aa6ff648036cd8d2b214dd4582ac65c1f Mon Sep 17 00:00:00 2001
From: Guido van Rossum <guido@python.org>
Date: Tue, 30 Dec 1997 17:38:05 +0000
Subject: Added "docs" for Pareto and Weibull distributions.

---
 Doc/lib/librandom.tex | 8 ++++++++
 Doc/librandom.tex     | 8 ++++++++
 2 files changed, 16 insertions(+)

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}
-- 
cgit v0.12