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