#include "randint.h"
#include <stddef.h>
size_t randperm_bound (size_t, size_t);
size_t *randperm_new (struct randint_source *, size_t, size_t);


syntax highlighted by Code2HTML, v. 0.9.1