mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Revise the deprecation note for the whrandom module to be correct and a
little more formal.
This commit is contained in:
parent
f0e08ef9cb
commit
269625f67a
1 changed files with 6 additions and 2 deletions
|
@ -4,8 +4,12 @@
|
||||||
\declaremodule{standard}{whrandom}
|
\declaremodule{standard}{whrandom}
|
||||||
\modulesynopsis{Floating point pseudo-random number generator.}
|
\modulesynopsis{Floating point pseudo-random number generator.}
|
||||||
|
|
||||||
\strong{Note:} This module is an implementation detail of the
|
\deprecated{2.1}{Use \refmodule{random} instead.}
|
||||||
\refmodule{random} module. Please do not use this module directly.
|
|
||||||
|
\strong{Note:} This module was an implementation detail of the
|
||||||
|
\refmodule{random} module in releases of Python prior to 2.1. It is
|
||||||
|
no longer used. Please do not use this module directly; use
|
||||||
|
\refmodule{random} instead.
|
||||||
|
|
||||||
This module implements a Wichmann-Hill pseudo-random number generator
|
This module implements a Wichmann-Hill pseudo-random number generator
|
||||||
class that is also named \class{whrandom}. Instances of the
|
class that is also named \class{whrandom}. Instances of the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue