From 52d93d98018c47cb9f8d9271e4ded8ab96b7bfbd Mon Sep 17 00:00:00 2001 From: quou Date: Wed, 2 Oct 2024 21:22:33 +1000 Subject: get_rf --- random.h | 1 + 1 file changed, 1 insertion(+) (limited to 'random.h') 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 -- cgit v1.2.3-54-g00ecf