Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.bin/jot



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.




Home | Main Index | Thread Index | Old Index