doc: clarify descriptions for tr --squeeze-repeats
[coreutils.git] / gl / modules / randread
blob50e1e0eed1fcdb0c21f04be34254fa0e00fb85bf
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 quote
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