随机数生成器
生成加密安全的随机数。支持自定义范围、掷骰子和抛硬币。
点击生成按钮创建随机数
使用方法
生成加密安全的随机数。支持自定义范围、掷骰子和抛硬币。
- 1Set the minimum and maximum values for the range.
- 2Choose how many random numbers to generate.
- 3Toggle unique numbers to avoid duplicates in the result set.
- 4Click Generate and copy the results with one click.
主要功能
- Generates one or multiple random integers within a custom range
- Optional unique mode ensures no duplicate numbers in the output
- Cryptographically random generation using the Web Crypto API
- One-click copy for the entire list of generated numbers