1Description:
2Generate random permutations.
3
4Files:
5lib/randperm.c
6lib/randperm.h
7
8Depends-on:
9assert-h
10count-leading-zeros
11randint
12stdint
13xalloc
14hash
15
16configure.ac:
17
18Makefile.am:
19lib_SOURCES += randperm.c randperm.h
20
21Include:
22"randperm.h"
23
24License:
25GPL
26
27Maintainer:
28Paul Eggert
29