doc: clarify ln's --help output
[coreutils/ericb.git] / gl / modules / randread
blob33485c5ab4eac6f1b96f80198111509d0a704d93
1 Description:
2 Generate buffers of random data.
4 Files:
5 lib/rand-isaac.c
6 lib/rand-isaac.h
7 lib/randread.c
8 lib/randread.h
10 Depends-on:
11 error
12 exitfail
13 inline
14 fopen-safer
15 gettimeofday
16 quotearg
17 stdalign
18 stdbool
19 stdint
20 unlocked-io
21 xalloc
23 configure.ac:
25 Makefile.am:
26 lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
28 Include:
29 "randread.h"
31 License
32 GPL
34 Maintainer:
35 Paul Eggert