1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-20 14:22:26 +02:00
Files
coreutils/gl/modules/randperm
Paul Eggert 36e656390d maint: adjust to Gnulib module renaming
* 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.
2024-12-30 11:53:18 -08:00

29 lines
275 B
Plaintext

Description:
Generate random permutations.
Files:
lib/randperm.c
lib/randperm.h
Depends-on:
assert-h
randint
stdc_bit_width
stdint-h
xalloc
hash
configure.ac:
Makefile.am:
lib_SOURCES += randperm.c randperm.h
Include:
"randperm.h"
License:
GPL
Maintainer:
Paul Eggert