randomize Function (Macro)

stdlib.h

void randomize (void);

Initializes random number generator with a random value.

randomize initializes the random number generator with a random value (picked from the timer).


Uses: srand


See also: rand, random, srand