SENPAI-Molecular-Dynamics / SENPAI

Molecular dynamics simulation software
https://senpaimd.org
GNU General Public License v3.0
125 stars 16 forks source link

Allow the user to specify a seed for srand #27

Closed munvoseli closed 3 years ago

munvoseli commented 3 years ago

Previously, simulations could not be replicated in a practical manner due to the program selecting a random-enough seed each time. This adds the --srand option, which allows the user to specify a seed.