freebsd-dev/usr.bin/random
Conrad Meyer 92f7ba208c random(6): Fix off-by-one
After r355693, random(6) -f sometimes fail to output all the lines of the
input file.  This is because the range from which random indices are chosen
is too big, so occasionally the random selection doesn't correspond to any
line and nothing gets printed.

(Ed. note: Mea culpa.  Working on r355693, I was confused by the sometime
use of 1-indexing, sometimes 0-indexing in randomize_fd().)

Submitted by:	Ryan Moeller <ryan AT freqlabs.com>
X-MFC-With:	r355693
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D23199
2020-01-16 21:38:44 +00:00
..
Makefile
Makefile.depend
random.6 random(6): produce random results 2019-12-13 04:37:39 +00:00
random.c random(6): produce random results 2019-12-13 04:37:39 +00:00
randomize_fd.c random(6): Fix off-by-one 2020-01-16 21:38:44 +00:00
randomize_fd.h random(6): produce random results 2019-12-13 04:37:39 +00:00