Is there a way to have a more random way to seed RANDOM?
Now I do RANDOM=(multiply part of the CPU number * part of time * Process
Id) % 32767
A better way would be to make a number by testing CPU usage and generate a 1
when it increases and a 0 when it doesn't. But this is prettty involved for
the ksh and it only works for busy systems.
This has to run only once on different systems.