[Python-checkins] python/nondist/sandbox/twister librandom.tex,1.2,1.3

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 28 Dec 2002 16:52:23 -0800


Update of /cvsroot/python/python/nondist/sandbox/twister
In directory sc8-pr-cvs1:/tmp/cvs-serv21746

Modified Files:
	librandom.tex 
Log Message:
Cite the ACM paper on the Mersenne Twister.



Index: librandom.tex
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/twister/librandom.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** librandom.tex	24 Dec 2002 05:16:41 -0000	1.2
--- librandom.tex	29 Dec 2002 00:52:21 -0000	1.3
***************
*** 247,250 ****
--- 247,256 ----
  
  \begin{seealso}
+   \seetext{M. Matsumoto and T. Nishimura, ``Mersenne Twister: A
+ 	   623-dimensionally equidistributed uniform pseudorandom
+ 	   number generator'',
+ 	   \citetitle{ACM Transactions on Modeling and Computer Simulation}
+ 	   Vol. 8, No. 1, January pp.3-30 1998.}
+ 		  
    \seetext{Wichmann, B. A. \& Hill, I. D., ``Algorithm AS 183:
             An efficient and portable pseudo-random number generator'',