This commit is contained in:
luboslenco
2025-03-12 22:08:18 +01:00
parent c7810d2101
commit 07aba146dc
5 changed files with 246 additions and 358 deletions
+2
View File
@@ -99,3 +99,5 @@ void iron_random_init(int64_t seed);
int64_t iron_random_get(void);
int64_t iron_random_get_max(int64_t max);
int64_t iron_random_get_in(int64_t min, int64_t max);
uint32_t iron_hash_djb2(unsigned char *str);