rbx-weighted-random-picker
Version:
Generates functions which pick a random element of an array based upon their assigned relative probabilities.
29 lines (28 loc) • 744 B
JSON
{
"name": "rbx-weighted-random-picker",
"version": "0.0.5",
"description": "Generates functions which pick a random element of an array based upon their assigned relative probabilities.",
"main": "init.lua",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Validark/Roblox-TS-libraries.git"
},
"keywords": [
"Roblox-TypeScript",
"Roblox",
"probability",
"pick",
"choose",
"random",
"decide"
],
"author": "Validark",
"license": "ISC",
"bugs": {
"url": "https://github.com/Validark/Roblox-TS-libraries/issues"
},
"homepage": "https://github.com/Validark/Roblox-TS-Libraries/blob/master/rbx-weighted-random-picker/README.md"
}