mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
- Moved math.randomseed() from the generation function to the initialization phase. - Replaced os.time() with a more precise seed (os.time + os.clock) to prevent identical sequences when calls occur within the same second.