srand48
extern void srand48(long int seed);
srand48(system_time());
srand48(time(NULL));
srand48((long int)system_time());