Skip to content

A program that determines the statistical probability of a certain dice throw through a Monte Carlo-like simulated sample.

Notifications You must be signed in to change notification settings

AustinBoydston/Dice-Statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simulated Dice Statistics

This program takes in input from the user to set the number of simulated dice rolls, the amount of dice being thrown, and the amount of faces on all the dice. It then runs X amount of simulated dice throws (where x was given by the user) and records the results into an array. After this it calculates the odds of any value being thrown, as well as the average throw value, and prints this to the screen.

About

A program that determines the statistical probability of a certain dice throw through a Monte Carlo-like simulated sample.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages