Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92bf9da

Browse files
committed
Markup adjustments; fix the names of modules referenced in an expression.
1 parent 84ee323 commit 92bf9da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/librandom.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ \section{\module{random} ---
208208
\code{\var{mean} - \var{arc}/2} and \code{\var{mean} +
209209
\var{arc}/2} and are normalized to between 0 and \emph{pi}.
210210

211-
\deprecated{2.3}{Instead, use (mean + arc * (Random.random()
212-
- 0.5)) % Math.pi}
211+
\deprecated{2.3}{Instead, use \code{(\var{mean} + \var{arc} *
212+
(random.random() - 0.5)) \% math.pi}.}
213213
\end{funcdesc}
214214

215215
\begin{funcdesc}{expovariate}{lambd}

0 commit comments

Comments
 (0)