Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joshuavandaele/graveler


https://github.com/joshuavandaele/graveler

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Graveler

Challenge: Get a a time as low as possible for 1 billion dice rolls, documenting the number of 1's achieved in a 4-sided die rolled 231 times.

## How to run

First, clone the repository:

```bash
git clone https://github.com/JoshuaVandaele/graveler.git
```

Then, [assuming you have cargo installed](https://www.rust-lang.org/tools/install) navigate to the repository and run the following command:

```bash
cargo run --release
```