Commit 68b6417c authored by Fred Drake's avatar Fred Drake

Added a warning at the top saying that user code should not use the

whrandom module directly.
parent 747d5b63
...@@ -4,6 +4,8 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment