summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/librandom.tex12
1 files changed, 0 insertions, 12 deletions
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex
index df05203..5483ff2 100644
--- a/Doc/lib/librandom.tex
+++ b/Doc/lib/librandom.tex
@@ -168,18 +168,6 @@ these equations can be found in any statistics text.
Returned values range between 0 and 1.
\end{funcdesc}
-\begin{funcdesc}{cunifvariate}{mean, arc}
- Circular uniform distribution. \var{mean} is the mean angle, and
- \var{arc} is the range of the distribution, centered around the mean
- angle. Both values must be expressed in radians, and can range
- between 0 and \emph{pi}. Returned values range between
- \code{\var{mean} - \var{arc}/2} and \code{\var{mean} +
- \var{arc}/2} and are normalized to between 0 and \emph{pi}.
-
- \deprecated{2.3}{Instead, use \code{(\var{mean} + \var{arc} *
- (random.random() - 0.5)) \% math.pi}.}
-\end{funcdesc}
-
\begin{funcdesc}{expovariate}{lambd}
Exponential distribution. \var{lambd} is 1.0 divided by the desired
mean. (The parameter would be called ``lambda'', but that is a