🎲 随机数生成器

生成指定范围的随机整数,可设数量、是否去重,抽奖、点名、摇号都能用。

随机数生成器

抽奖、点名、摇号、随机分组、游戏选数都需要随机数。本工具在指定的最小值和最大值之间生成随机整数,可一次生成多个,并可勾选不重复(用于抽取不同号码)。

使用浏览器加密级随机源 crypto.getRandomValues,比普通 Math.random 更均匀公平。全部本地运行。

Random number generator

Generate random integers in a range, multiple at once, with an optional unique mode. Uses the crypto RNG. Runs locally.