MarioniLab / MammaryGland

7 stars 2 forks source link

Specifying the random seed #9

Closed LTLA closed 7 years ago

LTLA commented 7 years ago

You define rng_seed in a number of scripts where it does not appear to be used. And where you do use them, they are only used once; better to call set.seed(300) as the intent of the code is clearer.