Subject: CVS commit: basesrc/usr.bin/jot
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 09/27/2002 23:54:53
Module Name:	basesrc
Committed By:	atatat
Date:		Fri Sep 27 20:54:52 UTC 2002

Modified Files:
	basesrc/usr.bin/jot: jot.c

Log Message:
Make the randomness a tad more random.  It's still not terribly
random, but it's considerably less lame now.

before% echo `jot -r 5` ; echo `jot -r 5`
66 5 78 82 66
66 5 78 82 66

after% echo `jot -r 5` ; echo `jot -r 5`
15 94 47 32 25
78 52 73 52 47


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/jot/jot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.