Being an Undergrad in Statistics, we require the daily usage of R as a Statistical Software for simulations. But unfortunately I am facing some issues with the set.seed() command for generating the pseudo random numbers.
The problem is, running a particular (say set.seed(987654321)) seed and then drawing random numbers from let's say specific distributions like normal (using rnorm()) and Chi Squared ( using rchisq()) is giving me different results on two different machines whereas I am using the same and the most latest versions of both R-studio and the base R (Gui). Why this is happening?
Any help in this regard, will be highly appreciated.