custom-random
v1.0.1
Published
生成自定义的随机数!!!
Downloads
1
Maintainers
Readme
安装 install
npm install custom-random
导入 require
// 01 导入random模块
const random = require('custom-random')
生成随机数
// 02 使用random.randomNum()方法取得随机数 注意:随机数的取值范围在两个参数之间
let num = random.randomNum(1,100)
开源协议
ISC