On Tue, 9 Jun 2009, Tetetest wrote:
I suggest to remove the call to srand() altogether, and give the application developer a chance to seed the random number generator.
But removing it all together, now, could make it totally unseeded for current apps. Wouldn't it be good enough to move the srand() call to the curl_global_init() function?
-- / daniel.haxx.se
