生成器工具

UUID、随机密码等常用生成器

生成参数

优先使用 `crypto.randomUUID()`;不支持时使用 `crypto.getRandomValues` fallback。

结果预览