Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuavandaele/graveler
https://github.com/joshuavandaele/graveler
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuavandaele/graveler
- Owner: JoshuaVandaele
- License: mit
- Created: 2024-08-10T18:38:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T18:44:10.000Z (4 months ago)
- Last Synced: 2024-08-10T20:10:02.785Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```