Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBetter seeds (related to #349) #353
Conversation
Additional safety checks and calling sample.int just once to avoid possible repetition of seeds.
|
Excellent. Thanks. |
I added a couple of extra safety checks:
seedslistNAI also changed the strategy to create the seed list so that it calls
sample.intonly once. With the previous strategy there was a chance, however small, that a seed could be repeated. Unfortunately this means that any user who was using the default seed creation method would need to re-run the code to obtain the new reproducible result.Let me know if you agree with the changes.