# getRandomInt

getRandomInt 生成最大值和最小值范围内的随机数

# 代码演示

# Demo

import { RndNum } from 'm-utilsdk/index';

RndNum(1,100);  //生成1-100之间的随机数