shuffle-seed:使用种子对数组进行混洗的 Nodejs 模块

时间:2021-05-30 04:52:55
【文件属性】:
文件名称:shuffle-seed:使用种子对数组进行混洗的 Nodejs 模块
文件大小:8KB
文件格式:ZIP
更新时间:2021-05-30 04:52:55
nodejs seed node-module shuffle shuffle-seed 洗牌 使用种子对数组进行混洗的 Nodejs 模块 :seedling: 基于模块Array Shuffle Seed 安装 npm install shuffle-seed 用法 : var shuffleSeed = require ( 'shuffle-seed' ) ; var a = [ "a" , "b" , "c" , "d" , "e" , "f" , "g" , "h" , "i" , "j" , "k" , "l" , "m" , "n" , "o" , "p" , "q" , "r" , "s" , "t" , "u" , "v" , "w" , "x" , "y" , "z" ] ; var resp = shuffleSeed . shuffle ( a , "Kappa" ) ; // result always will be [f','y','p','i','r',
【文件预览】:
shuffle-seed-master
----.travis.yml(61B)
----example()
--------test.html(408B)
----index.js(103B)
----test.js(3KB)
----package.json(824B)
----shuffle-seed.js(2KB)
----gulpfile.js(564B)
----gulp()
--------build.js(344B)
--------github.js(2KB)
----LICENSE(1KB)
----.npmignore(97B)
----.gitignore(38B)
----README.md(1KB)
----bower.json(635B)
----.editorconfig(278B)
----shuffle-seed.min.js(932B)

网友评论