mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 18:33:47 +08:00
5 lines
145 B
C
5 lines
145 B
C
#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);
|