A tool to roll random dice.

Maintainers

Package info

github.com/dustinmoorman/dice

Homepage

pkg:composer/dustinmoorman/dice

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2016-04-16 23:40 UTC

This package is not auto-updated.

Last update: 2026-03-12 07:17:09 UTC


README

License

Simple dice application, allows you to roll n number of multi-sided die.

installation

bourbon:dice dustin$ curl -sS http://getcomposer.org/installer | php
bourbon:dice dustin$ php composer.phar install

usage

bourbon:dice dustin$ ./bin/roll 10d35
[6, 15, 19, 1, 12, 21, 23, 24, 29, 1]

testing

bourbon:dice dustin$ ./vendor/bin/phpunit tests/