mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 10:51:48 +02: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);
|