mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-27 01:44:21 +00: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);
|