aboutsummaryrefslogtreecommitdiff
path: root/random.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-02 21:22:33 +1000
committerquou <quou@disroot.org>2024-10-02 21:22:33 +1000
commit52d93d98018c47cb9f8d9271e4ded8ab96b7bfbd (patch)
tree84991836537ad5ff1abc795b49706f9f23bb2a7d /random.h
parentf430e6080afd75a0c0aecdb0a0223f0f3b23b993 (diff)
get_rf
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 22375a1..8c7cb67 100644
--- a/random.h
+++ b/random.h
@@ -9,5 +9,6 @@ extern int random_table[random_table_count];
int get_r(void);
int get_rrange(int mi, int ma);
+int get_rf(void);
#endif