Implement -s flag to set a seed value.
Closed this issue · 1 comments
biologyguy commented
This will allow predictable output from functions calling Random() methods. Most functions throughout the suite already have an r_seed parameter, so just need to include a flag and update all necessary UI components.
biologyguy commented
Implemented with commit: 12bb2cd