stilt.config.ModelConfig.setup_seed#
- static ModelConfig.setup_seed(seed)#
Map a user seed to the
SEEDvalue written toSETUP.CFG.HYSPLIT sets its generator state to
-1 + SEEDand, underkrand=2, re-initializes only from a negative value, collapsing every value>= -1onto the same stream.-(|seed| + 1)keeps the state at-(|seed| + 2): negative, distinct per|seed|, and never the unseeded default. A patched HYSPLIT that honoursSEEDdirectly maps a negativeSEEDto the same state, so the value is portable.