mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 10:51:48 +02:00
25 lines
236 B
Plaintext
25 lines
236 B
Plaintext
|
|
Description:
|
||
|
|
Generate random permutations.
|
||
|
|
|
||
|
|
Files:
|
||
|
|
lib/randperm.c
|
||
|
|
lib/randperm.h
|
||
|
|
|
||
|
|
Depends-on:
|
||
|
|
randint
|
||
|
|
xalloc
|
||
|
|
|
||
|
|
configure.ac:
|
||
|
|
|
||
|
|
Makefile.am:
|
||
|
|
lib_SOURCES += randperm.c randperm.h
|
||
|
|
|
||
|
|
Include:
|
||
|
|
"randperm.h"
|
||
|
|
|
||
|
|
License
|
||
|
|
GPL
|
||
|
|
|
||
|
|
Maintainer:
|
||
|
|
Paul Eggert
|