SSBM Decomp
Loading...
Searching...
No Matches
rand.h
Go to the documentation of this file.
1#ifndef _RAND_H_
2#define _RAND_H_
3
4void srand(unsigned int seed);
5int rand(void);
6
7#endif
void srand(unsigned int seed)
Definition rand.c:5
int rand(void)
Definition rand.c:10
u32 seed
Definition random.c:3