Set Range 在「最小值」和「最大值」输入框中输入随机数的范围。支持负数,默认为1到100。/ Enter min and max values. Supports negative numbers. Default range is 1 to 100.
Configure 设置数量(最多10000个),可选开启去重和排序。/ Set quantity (up to 10,000) and optionally enable unique/sort.
Generate & Copy 点击「生成随机数」按钮,结果立即显示。可一键复制或手动选择。/ Click generate, results display instantly. Copy with one click.
Lotteries:在营销活动或年会抽奖中,使用随机数生成器抽取幸运号码。/ Generate random winning numbers for events and campaigns.
Statistics:在学术研究中使用随机数进行蒙特卡洛模拟、抽样统计。/ Use for Monte Carlo simulations and sampling.
Gaming:桌游RPG中的随机事件、掉落物品、敌人生成等场景。/ Random events and loot drops in tabletop games.
Education:数学课堂上展示概率和统计概念。/ Demonstrate probability and statistics concepts.
Random Number Generation: This tool uses Crypto.getRandomValues() API, which draws entropy from the OS random source. It is significantly more secure than Math.random() and suitable for cryptographic applications.
This tool uses Crypto.getRandomValues() API, the most secure pseudo-random number generator available in browsers. It's suitable for lotteries, simulations, and games.
Up to 10,000. For optimal performance, keep under 5,000. Disable sort/unique for large quantities.
Yes. Results display on screen and you can copy them with the 'Copy' button. All data stays in your browser.
Yes. Enter any integers in the min/max fields, including negatives. The tool generates integers by default.
Unique prevents duplicates (great for lotteries). Sort arranges results in ascending order.