Kaydet (Commit) 89c04ae2 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Backport 1.30 and 1.29:

Markup adjustments; fix the names of modules referenced in an expression.

Deprecated Random.cunifvariate clearing bug 506647.
üst 67fe68ec
......@@ -206,7 +206,10 @@ these equations can be found in any statistics text.
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}.
\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}
......
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