added preserve random seed rule. turning this off will allow random seeds to be changed when a saved game is reloaded (which makes combat different…).
增加允许在游戏中重新启动规则的配置(能随时改变规则?)
change data generator defaults and options: you can specify default values for the random seed and the number of rows to insert.
更改数据生成器的默认值和选项:可以为随机种子和要插入的行数指定默认值。
the last of these provides technical detail on the random number generator r uses, and how you can set the random seed to recreate strings of random numbers.