GLOSSARY
coding
RNG
Every randomized action in the game is based on a single pseudo random number generator. The generator has a reset function and a "forward function", which is called whenever a random number is required.
随机数生成
游戏内的随机事件均由一个随机数生成器。该生成器可被重置,或者返回下一个随机数值。