repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
maint: update .gitignore
[coreutils.git]
/
gl
/
lib
/
randperm.h
blob
b7efbeb11fc4b67e09d51c7d19b3791e5119b6f7
1
#include
"randint.h"
2
#include <stddef.h>
3
#include <stdlib.h>
4
size_t
randperm_bound
(
size_t
,
size_t
)
_GL_ATTRIBUTE_CONST
;
5
size_t
*
randperm_new
(
struct
randint_source
*,
size_t
,
size_t
)
6
_GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE
;