NetLogo / LevelSpace

This is the LevelSpace extension repository. LevelSpace allows you to run NetLogo models |: from inside NetLogo models :|
Other
19 stars 8 forks source link

Setting random seed after model creation doesn't affect child models #107

Closed qiemem closed 6 years ago

qiemem commented 7 years ago

Should we consider this a bug?

Workaround:

to ls-random-seed [ seed ]
  random-seed seed
  (ls:ask ls:models [ s -> random-seed s ] seed)
end
qiemem commented 6 years ago

Ah woops, should've looked for this before creating #115. Ah well, there's a solution presented there, so closing this.