Next: , Previous: , Up: C library functions   [Index]


srand

srand Function

#include <stdlib.h>

Integer new seed;

seed = 2;

srand (seed);