Jarrod

Jarrod

  • NA
  • 7
  • 0

Remoting question

Jan 11 2007 10:54 AM
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).