mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-18 20:51:54 -04: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);
|