Hi,
I am a beginner. Please tell me, For generating Random Numbers, Initially why we are going for seed method.
And another question is that, I want to print unique random number how to print by using rand() method to print unique random number.
And finally i want to know, If a program generate random numbers and the same program will execute after 100 or some days, it will not to generate the old random number (i.e the random number generated on that day will not occur in future) (Condition is not to store in db and another etc.,)
Is it Possible means How?
Please reply me as soon.....
I am a beginner. Please tell me, For generating Random Numbers, Initially why we are going for seed method.
And another question is that, I want to print unique random number how to print by using rand() method to print unique random number.
And finally i want to know, If a program generate random numbers and the same program will execute after 100 or some days, it will not to generate the old random number (i.e the random number generated on that day will not occur in future) (Condition is not to store in db and another etc.,)
Is it Possible means How?
Please reply me as soon.....
Comment