azar
v0.0.2
Published
Pseudo Random Number Generator
Downloads
2
Readme
Azar
This library has useful functions to work with pseudo-random numbers.
var azar = require('azar');
// rolls six 6 sided dices.
azar.roll('6d6');
// rolls a fudge dice.
azar.fudge();
// rolls a 6 sided dice.
azar.dice(6);
Made with ❤ by ROJO 2 (http://rojo2.com)