Currently, toyzero package has two settings that control seeds:
Snakefile:112 seed = "1,2,3,4"
and
cfg/main-depos-sim-adc.jsonnet:25 local seeds = [0,1,2,3,4]; // maybe let CLI set?
Could you please clarify which of those seeds need to be modified to generate a completely new event? In particular, is modifying the Snakefile seeds alone enough for completely new event generation?