Graphviz
13.1.3~dev.20250811.0826
Loading...
Searching...
No Matches
random.h
Go to the documentation of this file.
1
3
4
#pragma once
5
6
#include <stdint.h>
7
#include <
util/api.h
>
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
20
UTIL_API
int
*
gv_permutation
(
int
bound);
21
29
UTIL_API
int
gv_random
(
int
bound);
30
38
UTIL_API
uint64_t
gv_random_u64
(uint64_t bound);
39
40
#ifdef __cplusplus
41
}
42
#endif
api.h
macro for API hiding/exposing
UTIL_API
#define UTIL_API
Definition
api.h:18
gv_random_u64
UTIL_API uint64_t gv_random_u64(uint64_t bound)
Definition
random.c:59
gv_permutation
UTIL_API int * gv_permutation(int bound)
Definition
random.c:13
gv_random
UTIL_API int gv_random(int bound)
Definition
random.c:83
lib
util
random.h
Generated by
1.9.8