random - generate pseudorandom number
#include <stdlib.h> long random(void);
long random(void);
Refer to initstate().