2007-09-01 09:54:45 +02:00
|
|
|
Description:
|
|
|
|
|
Generate random permutations.
|
|
|
|
|
|
|
|
|
|
Files:
|
|
|
|
|
lib/randperm.c
|
|
|
|
|
lib/randperm.h
|
|
|
|
|
|
|
|
|
|
Depends-on:
|
maint: prefer static_assert to verify
* 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.
2022-09-15 00:55:08 -05:00
|
|
|
assert-h
|
2019-10-22 12:58:07 -07:00
|
|
|
count-leading-zeros
|
2007-09-01 09:54:45 +02:00
|
|
|
randint
|
2019-10-22 12:58:07 -07:00
|
|
|
stdint
|
2007-09-01 09:54:45 +02:00
|
|
|
xalloc
|
2011-05-13 18:41:42 +01:00
|
|
|
hash
|
2007-09-01 09:54:45 +02:00
|
|
|
|
|
|
|
|
configure.ac:
|
|
|
|
|
|
|
|
|
|
Makefile.am:
|
|
|
|
|
lib_SOURCES += randperm.c randperm.h
|
|
|
|
|
|
|
|
|
|
Include:
|
|
|
|
|
"randperm.h"
|
|
|
|
|
|
2011-12-03 14:04:17 +01:00
|
|
|
License:
|
2007-09-01 09:54:45 +02:00
|
|
|
GPL
|
|
|
|
|
|
|
|
|
|
Maintainer:
|
|
|
|
|
Paul Eggert
|