没有合适的资源?快使用搜索试试~ 我知道了~
fisher-yates:一个紧凑的模块,可以对数组进行随机排序
共8个文件
js:4个
json:1个
md:1个
需积分: 5 0 下载量 174 浏览量
2021-05-07
07:46:39
上传
评论
收藏 4KB ZIP 举报
温馨提示
渔民 一个紧凑的模块,用于对数组进行随机排序。 例子 var shuffle = require ( 'fisher-yates' ) console . log ( shuffle ( [ 1 , 2 , 3 ] ) ) // => [3, 1, 2] // supports custom rng returning [0, 1) console . log ( shuffle ( [ 1 , 2 , 3 ] , Math . random ) ) // => [2, 3, 1] 要就地洗牌: var shuffleInplace = require ( 'fisher-yates/inplace' ) var array = [ 1 , 2 , 3 ] shuffleInplace ( array ) console . log ( array ) // => [2, 1, 3]
资源推荐
资源详情
资源评论
收起资源包目录
fisher-yates-master.zip (8个子文件)
fisher-yates-master
package.json 759B
inplace.js 255B
.travis.yml 165B
LICENSE 1KB
index.js 282B
README.md 696B
mutable.js 38B
test
index.js 1KB
共 8 条
- 1
资源评论
活宝spring
- 粉丝: 31
- 资源: 4686
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功