I generated a set of random numbers in my R script. I need to run this script 50,000 times. How can I ensure the randomness of these sets of numbers between each job when I submit the 50K jobs to the cluster?
CURATOR: Katia
I generated a set of random numbers in my R script. I need to run this script 50,000 times. How can I ensure the randomness of these sets of numbers between each job when I submit the 50K jobs to the cluster?
CURATOR: Katia
I would ask the guys that make this package -> https://ignaciomsarmiento.github.io/2018/11/11/RDperm.html they might even be able to add an HPC example (I think this would be useful to others!)