#include #include #include int main() { time_t s, *t; s = time( t ); srand( s ); printf("%d\n", rand()); exit(0); }