Replies: 3 comments
-
The first seed controls Python's random generator. That stream is used to generate the directions and positions of the line tracks in the process of producing the "depos". Changing this seed will result in the most obvious newness. The second seed controls the random generator used in
|
Beta Was this translation helpful? Give feedback.
-
I would say "yes". Simply generating new tracks will lead to different utilization of the C++ pRNG stream. So, even with its seeds kept unchanged the fluctuations they provide will be unique. |
Beta Was this translation helpful? Give feedback.
-
Perfect! Thank you! |
Beta Was this translation helpful? Give feedback.
-
Currently, toyzero package has two settings that control seeds:
and
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?
Beta Was this translation helpful? Give feedback.
All reactions