biologyguy/BuddySuite

Implement -s flag to set a seed value.

Closed this issue · 1 comments

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.

Implemented with commit: 12bb2cd