Files
rime-ice/lua
Yuri Sequoia 739a87af0a fix(uuid): resolve duplicate UUID generation by improving random seeding (#1473)
- 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.
2026-02-04 18:42:18 +08:00
..
2026-01-26 20:08:08 +08:00
2025-12-13 12:50:13 +08:00