Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waterlink/dices
https://github.com/waterlink/dices
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/waterlink/dices
- Owner: waterlink
- Created: 2014-05-13T18:05:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T06:23:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T07:16:36.118Z (3 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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).