diff options
author | Fred Drake <fdrake@acm.org> | 1999-11-10 16:21:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-11-10 16:21:37 (GMT) |
commit | 37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6 (patch) | |
tree | 4cdf27299cf246bde473615c2556e874c75535be /Doc/lib/libwhrandom.tex | |
parent | e15eb35fd0a038aead785a57526157e6745e0b09 (diff) | |
download | cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.zip cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.gz cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.bz2 |
Use \citetitle and \programopt as appropriate.
Diffstat (limited to 'Doc/lib/libwhrandom.tex')
-rw-r--r-- | Doc/lib/libwhrandom.tex | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/Doc/lib/libwhrandom.tex b/Doc/lib/libwhrandom.tex index 8df1b77..b79377d 100644 --- a/Doc/lib/libwhrandom.tex +++ b/Doc/lib/libwhrandom.tex @@ -22,13 +22,9 @@ Returns the next random floating point number in the range [0.0 ... 1.0). \end{funcdesc} \begin{funcdesc}{seed}{x, y, z} -Initializes the random number generator from the integers -\var{x}, -\var{y} -and -\var{z}. -When the module is first imported, the random number is initialized -using values derived from the current time. +Initializes the random number generator from the integers \var{x}, +\var{y} and \var{z}. When the module is first imported, the random +number is initialized using values derived from the current time. \end{funcdesc} \begin{funcdesc}{uniform}{a, b} @@ -43,10 +39,10 @@ available at the module level. Therefore one can write either generator = whrandom.whrandom() N = generator.random() \end{verbatim} -% + \begin{seealso} -\seemodule{random}{generators for various random distributions} -\seetext{Wichmann, B. A. \& Hill, I. D., ``Algorithm AS 183: -An efficient and portable pseudo-random number generator'', -\emph{Applied Statistics} 31 (1982) 188-190} + \seemodule{random}{generators for various random distributions} + \seetext{Wichmann, B. A. \& Hill, I. D., ``Algorithm AS 183: + An efficient and portable pseudo-random number generator'', + \citetitle{Applied Statistics} 31 (1982) 188-190.} \end{seealso} |