======== Rolldice ======== |TravisCI| |CratesIO| Simple program that generates random dice rolls given a typical representation for number of dice and number of sides. For example: - "2d10" will roll 2 dice with 10 sides each - "4d6" will roll 4 dice with 6 sides each - etc.... Installing ---------- The easiest way to install rolldice is using cargo: :: $ cargo install rolldice .. |TravisCI| image:: https://travis-ci.org/MichaelAquilina/rolldice.svg?branch=master :target: https://travis-ci.org/MichaelAquilina/rolldice .. |CratesIO| image:: https://img.shields.io/crates/v/rolldice.svg :target: https://crates.io/crates/rolldice