Running same code in multiple instances of matlab

Hi,
I ran a same code in two different instances of matlab(both running at same time). Both the codes gave same result(e.g the random numbers generated in both runs are same!)
So can't I run same code in two diff instances simultaneously?

 Accepted Answer

You just need to learn more about random number generators, take a look at this

More Answers (0)

Categories

Find more on Random Number Generation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!