Moderator: Community Team
its because they gave me alllllll the good dice yesterday.... hahahah !glide wrote:have they changed the attackers dice/odds somehow? Myself, and everybody Im playing seems to be having terrible attackers dice today since the update.......whats up? Is this some horrible cosmic co-inkydink?
i just had a 10 vs 3 where twice in a row all 5 dice were ones...........that means i lost 4 but still its odd to get 10 1's on the trot.JMody wrote:I dont think that the dice are from Random.org. i just sat there for 5 minutes pressing roll on a 5 dice generator. And not once did the last 2 dice roll double 6's more than once in a row.
The probability of getting 10 1's in a row is:alex_white101 wrote:i just had a 10 vs 3 where twice in a row all 5 dice were ones...........that means i lost 4 but still its odd to get 10 1's on the trot.JMody wrote:I dont think that the dice are from Random.org. i just sat there for 5 minutes pressing roll on a 5 dice generator. And not once did the last 2 dice roll double 6's more than once in a row.
A dice recorder would be neat. Unfortunately the dice results are not currently recorded in the game log which is where the greasemonkey scripts get almost all of their data from. Also, I believe it's correct to say that the greasemonkey scripts don't currently remember anything (other than configuration data), that is, they don't store any data, it's all calculated anew with every refresh event. Finally, the biggest obstacle is that the game only shows the results of the dice for the attacker's attacks. The defender's dice are shown during the attacker's turn, which makes keeping track of the dice more complicated. It could be done, but the greasemonkey script would become much more complicated than they currently are.JMody wrote:Hahahaha, Congrats.
I would like to see a dice recorder. I am sure it could be done by stocksr with a nice little script.
It's been done all ready (and not by me)JMody wrote:Hahahaha, Congrats.
I would like to see a dice recorder. I am sure it could be done by stocksr with a nice little script.
^ great posttahitiwahini wrote:The probability of getting 10 1's in a row is:alex_white101 wrote:i just had a 10 vs 3 where twice in a row all 5 dice were ones...........that means i lost 4 but still its odd to get 10 1's on the trot.JMody wrote:I dont think that the dice are from Random.org. i just sat there for 5 minutes pressing roll on a 5 dice generator. And not once did the last 2 dice roll double 6's more than once in a row.
(1/6)^10 = 0.00000001653817168792
which you could expect to happen randomly on average once every
1/0.00000001653817168792 = 60,466,176 rolls of the dice.
By the way the probability of getting any 10 particular numbers in a row is also:
(1/6)^10 = 0.00000001653817168792
In this case, they all just happened to be the same number, namely 1.
Given the number of dice thrown at CC daily:
146 pages of active games times
100 games per page times
4 turns per game per day times
10 dice thrown per turn =
584000 rolls per day
what happened to you would be expected to happen to someone at CC on average every
60,466,176 / 584,000 = 104 days.
So it is indeed a rare occurrence, but not unheard of.
