主题
生成随机数
生成指定范围内的数字。此函数适用于实用工具用途——不适用于加密。
import { random } from 'radash' random(0, 100) // => a random number between 0 and 100