deep-random-pick
Version:
Picks a pseudo-random item from a pool in several ways, including a recursive method that allows for more control over probability.
33 lines (32 loc) • 877 B
JSON
{
"name": "deep-random-pick",
"version": "2.0.0",
"description": "Picks a pseudo-random item from a pool in several ways, including a recursive method that allows for more control over probability.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Davi-Danger/PickRandom.git"
},
"keywords": [
"Random",
"Recursion",
"Pick",
"Pool"
],
"author": "David Ziegler <DaveysDownfall@gmail.com>",
"license": "APACHE 2.0",
"bugs": {
"url": "https://github.com/Davi-Danger/PickRandom/issues"
},
"homepage": "https://github.com/Davi-Danger/PickRandom#readme",
"dependencies": {
"alea": "^1.0.0"
},
"devDependencies": {
"tslint": "^5.18.0",
"typescript": "^3.5.3"
}
}