[Python-checkins] CVS: python/dist/src/Doc/lib libwhrandom.tex,1.12,1.13

Fred L. Drake fdrake@users.sourceforge.net
Thu, 01 Feb 2001 18:41:19 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv25401/lib

Modified Files:
	libwhrandom.tex 
Log Message:

Added a warning at the top saying that user code should not use the
whrandom module directly.


Index: libwhrandom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwhrandom.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** libwhrandom.tex	2000/04/03 20:13:54	1.12
--- libwhrandom.tex	2001/02/02 02:41:17	1.13
***************
*** 5,8 ****
--- 5,10 ----
  \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