Open mariusbarth opened 6 years ago
set random seed (only in script) fixed in: https://github.com/mpt-network/MPTmultiverse/commit/6914af9558d7ec0514e6d479ffa4e9742863aed5
note: by setting a random seed via the following option, it is not necessary to carry around an additional argument for the seed:
parallel::clusterSetRNGStream(cl, iseed = sample.int(.Machine$integer.max, 1))
These are the commits that we need to check if they are already implemented in the package. Some of these are probably now redundant or need a little discussion. For example, I think warnings and messages should be included in the output object, not in a separate file. I also added "MB" for those commits that I will take a look at asap.