mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-15 11:52:15 +02:00
* bootstrap.conf: Add assert-h. * gl/lib/randperm.c: Do not include verify.h. * gl/lib/randperm.c, src/basenc.c, src/dd.c, src/digest.c: * src/dircolors.c, src/expr.c, src/factor.c, src/ls.c, src/numfmt.c: * src/od.c, src/seq.c, src/shred.c, src/sort.c, src/stat.c: Prefer C23’s static_assert to nonstandard verify. * gl/modules/randperm (Depends-on): Add assert-h.
29 lines
278 B
Plaintext
29 lines
278 B
Plaintext
Description:
|
|
Generate random permutations.
|
|
|
|
Files:
|
|
lib/randperm.c
|
|
lib/randperm.h
|
|
|
|
Depends-on:
|
|
assert-h
|
|
count-leading-zeros
|
|
randint
|
|
stdint
|
|
xalloc
|
|
hash
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += randperm.c randperm.h
|
|
|
|
Include:
|
|
"randperm.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|