easyjs-random
v0.1.0
Published
EasyJS random plugin (Python-style random helpers).
Maintainers
Readme
easyjs-random
Random plugin for EasyJS.
Install
npm i easyjs-randomUse
const easy = require("easyjs-empty");
const random = require("easyjs-random");
easy.use(random); // loads basic
console.log(easy.randint(1, 6)); // 1..6To load the advanced set:
easy.use(random.advanced);Refer to the easyjs-empty Readme for more info.
