[Python-checkins] CVS: python/dist/src/Doc/lib libwhrandom.tex,1.10.4.2,1.10.4.3
Fred L. Drake
python-dev@python.org
2000年3月21日 14:24:04 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib
Modified Files:
Tag: release152p1-patches
libwhrandom.tex
Log Message:
Typo spotted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
Index: libwhrandom.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libwhrandom.tex,v
retrieving revision 1.10.4.2
retrieving revision 1.10.4.3
diff -C2 -r1.10.4.2 -r1.10.4.3
*** libwhrandom.tex 2000年02月28日 20:49:14 1.10.4.2
--- libwhrandom.tex 2000年03月21日 19:24:01 1.10.4.3
***************
*** 19,23 ****
seed will be computed from the current system time. If one or two
of the parameters are \code{0}, but not all three, the zero values
! are replaced by ones. This causes some appearantly different seeds
to be equal, with the corresponding result on the pseudo-random
series produced by the generator.
--- 19,23 ----
seed will be computed from the current system time. If one or two
of the parameters are \code{0}, but not all three, the zero values
! are replaced by ones. This causes some apparently different seeds
to be equal, with the corresponding result on the pseudo-random
series produced by the generator.