资源介绍
随机整数
产生一个随机整数
安装
$ npm install random-int
用法
import randomInteger from 'random-int' ;
randomInteger ( 5 ) ;
//=> 3
randomInteger ( 10 , 100 ) ;
//=> 54
原料药
randomInteger(最大值?)
返回从0到maximum的整数。
randomInteger(最小值,最大值)
返回一个从minimum到maximum的整数。
最低限度
类型: number 默认值: 0
返回的最小整数。
最大
类型: number 默认值: 1
返回的最大整数。
有关的
产生一个随机的浮点数
item-从数组中获取随机项
从对象获取随机密钥
从对象获取随机属性
生成连续唯一的随机数
从数组中获取连续的唯一元素
生成加密强度高的随机字符串