tests: cksum: add incorrect data to verify --check & --strict
[coreutils.git] / gl / modules / randread
blobc5fe8207c24eeb9e18ee05eedc8bc8d87eb39ef8
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 alignasof
12 error
13 exitfail
14 inline
15 fopen-safer
16 getrandom
17 quote
18 minmax
19 stdbool
20 stdint
21 unlocked-io
22 xalloc
24 configure.ac:
26 Makefile.am:
27 lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
29 Include:
30 "randread.h"
32 License:
33 GPL
35 Maintainer:
36 Paul Eggert