mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Added a warning at the top saying that user code should not use the
whrandom module directly.
This commit is contained in:
parent
747d5b63db
commit
68b6417c5a
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
\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
|
||||||
|
\refmodule{random} module. Please do not use this module directly.
|
||||||
|
|
||||||
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