aboutsummaryrefslogtreecommitdiff
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 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