From: Fred Drake Date: Fri, 2 Feb 2001 02:41:17 +0000 (+0000) Subject: Added a warning at the top saying that user code should not use the X-Git-Tag: v2.1a2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68b6417c5a872379a150023467e7289de9f0c7c8;p=python Added a warning at the top saying that user code should not use the whrandom module directly. --- diff --git a/Doc/lib/libwhrandom.tex b/Doc/lib/libwhrandom.tex index b745f5bc05..cc00f19849 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