Skip to content

Simulate 200 games of craps using numbers from random.org

Notifications You must be signed in to change notification settings

PatXue/Craps-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Craps-Simulation

Simulate and record the lengths of 200 games of craps using numbers from random.org for AP Stats probability unit project

A large quantity of integers distributed uniformly from 1-6 were pregenerated to simulate individual dice rolls, located in the input&output folder

The main.py program iterates through pairs of those random integers, using their sums to simulate craps games.

About

Simulate 200 games of craps using numbers from random.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages