fork download
  1. #include<stdio.h>
  2.  
  3. #include<stdlib.h>
  4.  
  5. #include<time.h>
  6.  
  7. int
  8. main()
  9.  
  10. {
  11.  
  12.  
  13. int i;
  14.  
  15. time_t czas;
  16.  
  17.  
  18. srandom( (unsigned int)time(&czas) );
  19.  
  20.  
  21. for(i=3;i<4;++i)
  22.  
  23. printf("%2c %12ld\n", i,random() );
  24.  
  25.  
  26. return 0;
  27.  
  28. }
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
     854895894