vivekanand
12-03-2007, 04:56 AM
Hi,
I am working on application where I am applying the concept of parallel computation while carrying out the Monte Carlo simulations.
The problem I am facing is the generation of Random numbers in multiple machines.
Suppose intially I have to carry out 4000 Simulation and I have send these simulations to be carried out in 4 different machine. But I want to assure that the random numbers which all 4 machined would be generating should be different from the result generated on single machine (originally without using parallel compuation method).
The Random number which I am using are basically pseudo Random numbers. So if I give the same seed to all the machines then I get the same numbers and if I give any seed to mahcines then though I would get different random numbers but would they be correlated?
Please help me out in this as this is very important step in my development.
Thanks in advance
Vivek Anand
I am working on application where I am applying the concept of parallel computation while carrying out the Monte Carlo simulations.
The problem I am facing is the generation of Random numbers in multiple machines.
Suppose intially I have to carry out 4000 Simulation and I have send these simulations to be carried out in 4 different machine. But I want to assure that the random numbers which all 4 machined would be generating should be different from the result generated on single machine (originally without using parallel compuation method).
The Random number which I am using are basically pseudo Random numbers. So if I give the same seed to all the machines then I get the same numbers and if I give any seed to mahcines then though I would get different random numbers but would they be correlated?
Please help me out in this as this is very important step in my development.
Thanks in advance
Vivek Anand