随机数生成

生成指定范围的随机数,不重复抽取

使用 Web Crypto API(crypto.getRandomValues)生成密码学安全随机数,比 Math.random 更公平。