[Python-checkins] python/nondist/sandbox/twister _random.c,1.25,1.26

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 29 Dec 2002 10:02:48 -0800


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

Modified Files:
	_random.c 
Log Message:
Fix spelling error.


Index: _random.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/twister/_random.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** _random.c	29 Dec 2002 10:56:28 -0000	1.25
--- _random.c	29 Dec 2002 18:02:45 -0000	1.26
***************
*** 380,384 ****
  that each element gets moved at least once.
  
! To make sure that consequetive calls to jumpahead(n) produce different
  states (even in the rare case of involutory shuffles), i+1 is added to
  each element at position i.  Successive calls are then guaranteed to
--- 380,384 ----
  that each element gets moved at least once.
  
! To make sure that consecutive calls to jumpahead(n) produce different
  states (even in the rare case of involutory shuffles), i+1 is added to
  each element at position i.  Successive calls are then guaranteed to