azar

0.0.2 • Public • Published

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)

Package Sidebar

Install

npm i azar

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • rojo2