Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ee323 commit 92bf9daCopy full SHA for 92bf9da
1 file changed
Doc/lib/librandom.tex
@@ -208,8 +208,8 @@ \section{\module{random} ---
208
\code{\var{mean} - \var{arc}/2} and \code{\var{mean} +
209
\var{arc}/2} and are normalized to between 0 and \emph{pi}.
210
211
- \deprecated{2.3}{Instead, use (mean + arc * (Random.random()
212
- - 0.5)) % Math.pi}
+ \deprecated{2.3}{Instead, use \code{(\var{mean} + \var{arc} *
+ (random.random() - 0.5)) \% math.pi}.}
213
\end{funcdesc}
214
215
\begin{funcdesc}{expovariate}{lambd}
0 commit comments