9 lines
99 B
C
9 lines
99 B
C
/*
|
|
* core/utils.h
|
|
*/
|
|
|
|
int seed_my_rand(int foo);
|
|
int random1000(int type);
|
|
|
|
double dtime(void);
|