1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-28 19:39:52 +02:00
Files
coreutils/gl/modules/randread
T

37 lines
385 B
Plaintext
Raw Normal View History

Description:
Generate buffers of random data.
Files:
lib/rand-isaac.c
lib/rand-isaac.h
lib/randread.c
lib/randread.h
Depends-on:
error
exitfail
inline
fopen-safer
2020-06-01 15:53:27 -07:00
getrandom
quote
minmax
stdalign
stdbool
stdint
unlocked-io
xalloc
configure.ac:
Makefile.am:
lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
Include:
"randread.h"
License:
GPL
Maintainer:
Paul Eggert