1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00
Files
coreutils/gl/modules/randperm
T

29 lines
278 B
Plaintext
Raw Normal View History

Description:
Generate random permutations.
Files:
lib/randperm.c
lib/randperm.h
Depends-on:
2022-09-15 00:55:08 -05:00
assert-h
2019-10-22 12:58:07 -07:00
count-leading-zeros
randint
2019-10-22 12:58:07 -07:00
stdint
xalloc
hash
configure.ac:
Makefile.am:
lib_SOURCES += randperm.c randperm.h
Include:
"randperm.h"
License:
GPL
Maintainer:
Paul Eggert