refactor: review format and imports
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
#ifndef RAND_H
|
||||
#define RAND_H
|
||||
|
||||
void set_seed(unsigned long long seed);
|
||||
void rand_set_seed(unsigned long long seed);
|
||||
unsigned int rand_uint(unsigned int max);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user