Update random number generator seeding in runsim by seeding a list of default_rng objects that are passed through to parameters that need to be sampled within each individual makesimpars to both ensure consistency and to avoid all parameters being sampled based on the same seed (e.g. all low or all high)
Update random number generator seeding in
runsim
by seeding a list ofdefault_rng
objects that are passed through to parameters that need to be sampled within each individualmakesimpars
to both ensure consistency and to avoid all parameters being sampled based on the same seed (e.g. all low or all high)