>
> HERE is another using <time.h> file
> its sequence will always be unique
>
> #include<time.h>
> #include<stdio.h>
> int main()
> {
>  time_t t;
>
>  int i;
>
>  srand(time(&t));
>  i=rand()%1000;
> printf("%d",i);
> return 0;
> }
>
isn't that the same as what was proposed up?
G

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to