MRC-CSO-SPHSU / LoneParentsModel.jl

An initial implementation of an ABM for social and child care
0 stars 5 forks source link

don't initialise rng by time by default #61

Closed mhinsch closed 2 years ago

mhinsch commented 2 years ago

Simulation runs should always be reproducible by default. If repeat randomisation is desired that should be made explicit.

AtiyahElsheikh commented 2 years ago

I did not try this yet, but the simulation parameter seed would fulfils the purpose?

mhinsch commented 2 years ago

Yes, but by default the value of the seed is initialised to time(). I've changed it to a constant value in my PR.