mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-08 18:22:09 +03:00
* bootstrap.conf, gl/modules/buffer-lcm, gl/modules/randperm: * gl/modules/randread, gl/modules/strnumcmp, gl/modules/targetdir: * gl/modules/xdectoint, gl/modules/xfts: Adjust to recent renaming of Gnulib modules, e.g., stdbool → bool, inttypes → inttypes-h.
37 lines
385 B
Plaintext
37 lines
385 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:
|
|
alignasof
|
|
bool
|
|
error
|
|
exitfail
|
|
inline
|
|
fopen-safer
|
|
getrandom
|
|
quote
|
|
minmax
|
|
stdint-h
|
|
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
|