数学

随机数生成器

在自定义范围内生成随机数

使用方法

Enter your values in the fields above and click Calculate to see the result.

公式

Uses Math.random() — a cryptographically non-secure pseudo-random number generator (PRNG). Suitable for games, selections, and simulations, but not for security-critical applications.