Guest User

Untitled

a guest
Dec 6th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <string.h>>
  3. int main(){
  4. unsigned int timez;
  5. timez = time();
  6. srand(timez);
  7. int random = rand();
  8. printf("%d",random);
  9. return(0);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment