|
4 |
added python tag
|
||
|
3 |
edited tags
|
||
|
2 | Clarified | ||
|
Okay, this bugged me for several years, now. If you sucked in statistics and higher math at school, turn away, now. Too late. Okay. Take a deep breath. Here are the rules. Take two thirty sided dice (yes, they do exist) and roll them simultaneously.
If you write some code (see below), roll those dice a few million times and you count how often you receive each number as the final result, you get a curve that is pretty flat left of 1, around 45° degrees between 1 and 60 and flat above 60. The chance to roll 30.5 or better is greater than 50%, to roll better than 18 is 80% and to roll better than 0 is 97%. Now the question: Is it possible to write a program to calculate the exact value f(x), i.e. the probability to roll a certain value? Background: For our role playing game "Jungle of Stars" we looked for a way to keep random events in check. The rules above guarantee a much more stable outcome for something you try :) For the geeks around, the code in Python:
|
||||
|
1 |
|
||
