Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waterlink/dices


https://github.com/waterlink/dices

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Dices

## Description

Throws 10 dices and calculates their sum (6 to 60).

## Usage

```shell
# install ruby dependencies
bundle

# make a simulation run
bin/simulation amount
```

This command will run simulation `amount` of times.
It outputs best sum (with most occurances).
And it outputs all sums with their occurances in a table (markdown style table).