PatchworkOS
Loading...
Searching...
No Matches
random.h File Reference

Go to the source code of this file.

Functions

int random_gen (void)
 
void random_seed (unsigned newSeed)
 

Function Documentation

◆ random_gen()

int random_gen ( void  )

Definition at line 8 of file random.c.

References RAND_MAX, and seed.

Referenced by rand().

◆ random_seed()

void random_seed ( unsigned  newSeed)

Definition at line 21 of file random.c.

References seed.

Referenced by srand().