aboutsummaryrefslogtreecommitdiffstats
path: root/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'random.h')
-rw-r--r--random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/random.h b/random.h
index 04271a4..9654b2c 100644
--- a/random.h
+++ b/random.h
@@ -8,6 +8,7 @@
#include <stdint.h>
+uint64_t random_u64();
uint64_t random_bounded(uint64_t bound);
#endif