SSBM Decomp
Loading...
Searching...
No Matches
rand.c File Reference
#include <MSL/rand.h>

Functions

int rand (void)
 
void srand (unsigned int seed)
 

Variables

static unsigned long int next = 1
 

Function Documentation

◆ rand()

int rand ( void  )

◆ srand()

void srand ( unsigned int  seed)

Variable Documentation

◆ next

unsigned long int next = 1
static