1.2.0 • Published 7 years ago

spb14-coin v1.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Coin

Biased coin simulator

Example

const Coin = require('spb14-coin');

let config = new Map([
        ['Exo'  , 40],
        ['Hopar', 60]
    ]);

let coin = new Coin(config);

die.get().then(console.log); // more likely 'Hopar'

Install

npm install spb14-coin

License

MIT License

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago