Skip to content

A fun project to analyse the average of some numbers.

Notifications You must be signed in to change notification settings

Domepo/RandomAverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomAverage

A fun project to analyse the average of some numbers.

Why

I thought it would be funny to calcute the average of 10 billion dice rolls.

Calcutlation

You can easly calculate this by your self:

or

3.5

Usage

  1. Open the average.py fie
  2. Scroll down to #CONFIG__
  3. Edit
begin_number = 1 #beginning
end_number  = 6  #ending
quantity = 1000  #how_often
  1. Run the script

Output

alt text

Conclusion

It will always approach to 3.5

About

A fun project to analyse the average of some numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages