Request #1207 - #1209
Conversation
Move seed from Model and RegParser to Settings and SettingsBuilder. The seed is now accessible via model.getSettings().getSeed(). After initialization, the seed can no longer be changed.
|
Since |
|
I won't have time to check and fix the tests for now, I will try to verify the validity of |
|
Tick the box to add this pull request to the merge queue (same as
|
|
I’ve taken a closer look at the PR. I think we can simplify it a little; this will affect fewer classes and retain the spirit of the PR. If that’s OK with you, I can take care of making the necessary changes. |
Move seed from Model and RegParser to Settings and SettingsBuilder.
The seed is now accessible via model.getSettings().getSeed(). After initialization, the seed can no longer be changed.