summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-02 02:41:17 (GMT)
committerFred Drake <fdrake@acm.org>2001-02-02 02:41:17 (GMT)
commit68b6417c5a872379a150023467e7289de9f0c7c8 (patch)
tree09ab2ce446d3332fe450aedfa9b87cea3e34cc53
parent747d5b63db5db038f514409e1b783b244c9e1742 (diff)
downloadcpython-68b6417c5a872379a150023467e7289de9f0c7c8.zip
cpython-68b6417c5a872379a150023467e7289de9f0c7c8.tar.gz
cpython-68b6417c5a872379a150023467e7289de9f0c7c8.tar.bz2
Added a warning at the top saying that user code should not use the
whrandom module directly.
-rw-r--r--Doc/lib/libwhrandom.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libwhrandom.tex b/Doc/lib/libwhrandom.tex
index b745f5b..cc00f19 100644
--- a/Doc/lib/libwhrandom.tex
+++ b/Doc/lib/libwhrandom.tex
@@ -4,6 +4,8 @@
\declaremodule{standard}{whrandom}
\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
class that is also named \class{whrandom}. Instances of the