Set the initial global, scenario, and iteration seeds
Arguments
- seed
Input a fixed seed to replicate previous simulation runs. Seed can be a single value for a global seed, n_scenarios+1 length vector for scenario specific and a global seed, n_iterations+n_scenarios+1 length vector for iteration scenario and global seeds. Can also be a list object with a single value under
seed[["global"]]
, a vector underseed[["scenario"]]
, and a multiple vectors for iteration specific seeds underseed[["iter"]][[1:n_scenarios]]
.- iter_vec
The number of iterations per scenario. A vector of integers in the same order as scen_name_vec.