Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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