Greetings,
I'm currently working on a school project that is using remoting. My problem is this, the output needs to be based on a normal distribution of which I'm seeding a random number generator and using it to obtain the values. However I have to distribute the process to 3 different machines to calculate the output and then return it to the host machine. That isn't the hard part, my question is how can I keep my distributed random number generators pulling from the same seed instead of seeding new ones (potentially messing up my normal distribution of output).
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.