I have a computation/simulation system with one master server and (potentially) many clients (workers). All of them are working with the same data but need random numbers for the computation.
What would be the best PRNG and the best way to seed it to make sure that two clients aren't using the same cycle and computing the same results twice.