MicrOS
rand.c File Reference
#include "../stdlib.h"

Functions

int rand ()
 Generate random number. More...
 

Variables

unsigned int seed
 

Function Documentation

◆ rand()

int rand ( )

Generate random number.

Variable Documentation

◆ seed

unsigned int seed