Hi Pushparaj > You can use srand(unsigned int seed) to choose the randomization seed, > if that's what you want. To get a unique random sequence every time > you start your application, this is what I'd suggest (this is what I > do, a dirty hack): >
You could also simply use your PC time as the seed for the srand function. Best Regards Gajendra -- l...@iitd - http://tinyurl.com/ycueutm
