shuffle-matrix
Version:
Fisher-Yates for shuffle array and matrix
26 lines (25 loc) • 495 B
JSON
{
"name": "shuffle-matrix",
"version": "1.1.1",
"description": "Fisher-Yates for shuffle array and matrix",
"main": "shuffle.js",
"scripts": {},
"keywords": [
"Fisher-Yates",
"Shuffle",
"Array",
"Matrix"
],
"repository": {
"type": "git",
"url": "https://github.com/ChengXu1973/shuffle-matrix.git"
},
"author": {
"name": "chengxu1973",
"email": "chengxu1973@outlook.com"
},
"license": "MIT",
"dependencies": {
"clone": "^2.1.1"
}
}