Graphviz
15.1.1~dev.20260630.1303
Loading...
Searching...
No Matches
random.h
Go to the documentation of this file.
1
3
4
#pragma once
5
6
#include <stddef.h>
7
#include <stdint.h>
8
#include <
util/api.h
>
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
21
UTIL_API
size_t
*
gv_permutation
(
size_t
bound);
22
30
UTIL_API
size_t
gv_random
(
size_t
bound);
31
39
UTIL_API
uint64_t
gv_random_u64
(uint64_t bound);
40
41
#ifdef __cplusplus
42
}
43
#endif
api.h
macro for API hiding/exposing
UTIL_API
#define UTIL_API
Definition
api.h:27
gv_random_u64
UTIL_API uint64_t gv_random_u64(uint64_t bound)
Definition
random.c:61
gv_random
UTIL_API size_t gv_random(size_t bound)
Definition
random.c:85
gv_permutation
UTIL_API size_t * gv_permutation(size_t bound)
Definition
random.c:15
lib
util
random.h
Generated by
1.9.8