Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyfoz/cpp-dice-roll-simulator
The Dice Roll Simulator Program (C++) uses the rand function to simulate a dice roll, using two 6-sided dice. The total number rolled is calculated using the random function, and the results are printed to the console.
https://github.com/heyfoz/cpp-dice-roll-simulator
cpp dice-roller probability simulator
Last synced: 26 days ago
JSON representation
The Dice Roll Simulator Program (C++) uses the rand function to simulate a dice roll, using two 6-sided dice. The total number rolled is calculated using the random function, and the results are printed to the console.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-dice-roll-simulator
- Owner: heyfoz
- License: mit
- Created: 2022-10-15T03:26:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T22:46:51.000Z (about 2 years ago)
- Last Synced: 2024-09-12T00:12:57.733Z (4 months ago)
- Topics: cpp, dice-roller, probability, simulator
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_dice_roll_simulator
The Dice Roll Simulator Program (C++) uses the rand function to simulate a dice roll, using two 6-sided dice. The total number rolled is calculated using the random function, and the results are printed to the console.Link to .cpp file: Dice Roll Simulator C++ Program
Copyright (c) 2022 ffm5113