diff options
Diffstat (limited to 'random.h')
| -rw-r--r-- | random.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef RANDOM_H #define RANDOM_H +Uint64 hash(Uint64 i); void seed_rand(Uint64 seed); Uint64 get_rand(void); int rand_int(void); |
