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

Functions

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

Variables

static unsigned long int next = 1
 

Function Documentation

◆ srand()

void srand ( unsigned int  seed)

◆ rand()

int rand ( void  )

Variable Documentation

◆ next

unsigned long int next = 1
static