In researching model repeatability, I came across this answer which explains the importance of using random streams unique to each object: https://answers.flexsim.com/questions/22132/changes-in-breakdown-time.html
However, it appears the default behavior of using RAND() in queries (e.g., querying tables, lists, and storage slots) uses the same stream with no option to customize/set unique streams based on objects. It appears that it uses stream 0: https://answers.flexsim.com/questions/97304/sql-rand-keword.html
I don't have the best grasp of this concept yet, but I'm wondering if this behavior go against best practices? Are there workarounds that would be considered best practice? Are there plans to allow for custom streams in SQL queries?