Understood, but this is just an initial value for the pseudo-random sequence, right? Why are you trying to choose a "better" initial value? It doesn't matter as long as it's different every time you start your program. (static variable)

That's the point of a random generator, there is no formula or guess for the seed, unless you want intentionally reproduce some output for debug purposes.

Regards,
Júlio.