mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-18 13:21:58 +02:00
34 lines
365 B
Plaintext
34 lines
365 B
Plaintext
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
|
|
fopen-safer
|
|
gethrxtime
|
|
quotearg
|
|
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
|