Appearance
获取指定范围内的随机整数
declare const getRandom: (min: number, max: number) => number;
getRandom(1, 10) // 返回1到10之间的随机整数