in reply to Legacy code uses "srand()" .. how to avoid losing entropy?

So, you have parts of your program that uses rand() to generate a known sequence of numbers, and other parts using rand() to generate "random" numbers?

A couple of solutions.

I'd probably go for the first option.