Next: sscanf, Previous: sqrt, Up: C library functions [Index]
srand
#include <stdlib.h> Integer new seed; seed = 2; srand (seed);