New file, introduced for shuf, sort -R, and/or shred.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Aug 2006 22:22:47 +0000 (22:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Aug 2006 22:22:47 +0000 (22:22 +0000)
commit73742c2566e6f8d56b3b132026ad477b9924e774
tree823ee8f3472c0901cdcc6d662a110efc4b7ea1ae
parentf2f8ea1001b4e29bba94b47f72d21f758e596288
New file, introduced for shuf, sort -R, and/or shred.
19 files changed:
lib/memxfrm.c [new file with mode: 0644]
lib/memxfrm.h [new file with mode: 0644]
lib/rand-isaac.c [new file with mode: 0644]
lib/rand-isaac.h [new file with mode: 0644]
lib/randint.c [new file with mode: 0644]
lib/randint.h [new file with mode: 0644]
lib/randperm.c [new file with mode: 0644]
lib/randperm.h [new file with mode: 0644]
lib/randread.c [new file with mode: 0644]
lib/randread.h [new file with mode: 0644]
lib/xmemxfrm.c [new file with mode: 0644]
lib/xmemxfrm.h [new file with mode: 0644]
m4/memxfrm.m4 [new file with mode: 0644]
m4/randint.m4 [new file with mode: 0644]
m4/randperm.m4 [new file with mode: 0644]
m4/randread.m4 [new file with mode: 0644]
man/shuf.x [new file with mode: 0644]
src/shuf.c [new file with mode: 0644]
tests/misc/shuf [new file with mode: 0755]