Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Is there an issue with the dice rolling algorithm after roll20's outage today?

Dice rolls seemed to cover the usual gamut of possibility before the outage.  We returned and continued our session a couple hours later, once the outage was over with, and the dice seem to be now be rolling ridiculously low.  Case in point, one of the players has scored TEN 1's out of 20 rolls.  A full 50% of his rolls are a 1.  That is beyond statistically improbable to the point he would have had better chances of winning the Publisher's Clearinghouse, Powerball lottery, AND Irish Sweepstakes all in the same year. Seriously, what is going on here?
In the following 10 minutes after posting this, with less than a dozen additional rolls performed, 4 of them were 1's
The status of the dice roller seems fine to me: <a href="https://app.roll20.net/home/quantum" rel="nofollow">https://app.roll20.net/home/quantum</a> Check to see that you're rolling d20s and not d2s. Otherwise ... oof. That's quite a run of bad luck you've got there.
It was definitely d20's, they were attack rolls off weapon/spell cards that we've been using for over a year now.
1618638972
Kraynic
Pro
Sheet Author
Something you might have them try is to run something like [[999d20/999]].&nbsp; If it comes in around 10.5, then things are pretty normal. One thing that is hard to keep in mind is that we aren't seeing consecutive rolls from the program.&nbsp; If I am calculating correctly, Quantum Roll is generating 90+ rolls per second at the lowest rate of usage during the day, and doing about double that during the peak (according to what the tracker had on the graph when I looked).&nbsp; That means that it looks consecutive to the poor person rolling those ones, but the generator has probably created at least several hundred rolls to possibly thousands of rolls between the 1's given to that person.&nbsp; Doesn't make it "feel" any better, but it really is just very bad luck.
I find it hard to believe that your players luck was THAT bad, so maybe something in&nbsp; your game is messed up, or on his sheet.&nbsp; The chances of rolling 50% 1's on a 1d20 in a total of 32 rolls is about the same is sneezing out a chunk of gold, so if he did in fact roll that many 1's then you have some troubleshooting to do.&nbsp; I tested multiple character sheets as well as NPC sheets and the rolls seem normal to me.&nbsp;&nbsp;
1618683822
vÍnce
Pro
Sheet Author
Vizual said: I find it hard to believe that your players luck was THAT bad, so maybe something in&nbsp; your game is messed up, or on his sheet.&nbsp; The chances of rolling 50% 1's on a 1d20 in a total of 32 rolls is about the same is sneezing out a chunk of gold, so if he did in fact roll that many 1's then you have some troubleshooting to do.&nbsp; I tested multiple character sheets as well as NPC sheets and the rolls seem normal to me.&nbsp;&nbsp; Not denying that it could be a technical issue or the unluckiest series of rolls, but I like what Andreas &nbsp;has posted about such things in the past. <a href="https://app.roll20.net/forum/permalink/7945624/" rel="nofollow">https://app.roll20.net/forum/permalink/7945624/</a> No, the dice rolls are not broken Human intuition on randomness is flawed, and here is an attempt to explain why Roll20 has a page to show how random the rolls are. &nbsp;The thing about randomness that people don't often get, is that streaks" of "good or "bad" luck is to be expected. Truly random doesn't&nbsp; feel &nbsp;random. But there is something bugged about the way the rolls are distributed over a&nbsp; short period,&nbsp; like 200 rolls That is unlikely, but expected to happen to someone, at times, given the large number of rolls made on Roll20. You know how there exist people who have got hit by lightning more than once, or have won the lottery more than once? It's unlikely to happen to any given person, but the chance of it happening to&nbsp; someone , given large enough pool of samples, is extremely large. The chance of something happening even at small scale is something we don't have an accurate intuition about, for example the&nbsp; Birthday paradox , which is the statistical oddity that with a random group of 23 people, it's a 50% chance at last two people share a birthday. Math &amp; Science behind randomness Gambler's Fallacy &nbsp;- wikipedia Law of Truly Large Numbers &nbsp;- wikipedia -&nbsp; "With a large enough number of samples, any outrageous (i.e. unlikely in any single sample) thing is likely to be observed." Independence of Events Probability, Random Events, and the Mathematics of Gambling &nbsp;- 20 pages Then there is also the fact that when the results are given instantly, it feels less random than if we see numbers flutter a bit before they appear. Slot machines and gambling games likely uses this trick of slowly showing the result to feel more random and increase the anticipation for the result Psychology behind randomness (and why we're bad at perceiving it) Randomness is Random &nbsp;Numberphile video on how humans think randomness looks like Reddit thread discussing Apple making their playlist shuffle less random so it would feel more random Why random hero selection doesn't feel random &nbsp;- LoL wikia rambling Humans have hard time with randomness &nbsp;- Daily Mail article The Near Miss Effect &nbsp;- Wired - why seeing near misses feels better(and why physical dice might feel more random) If you watch the "Randomness is Random" video, it demonstrate quite well how we think streaks of "good" or "bad" luck are longer and more prevalent than if we'd try to make a random sequence of numbers ourselves. That's why some random shuffle features on music playlists aren't always completely random, as they might prevent longer streaks of songs from appearing in their original order, or bias the system to try not to have too many songs from the same artist/album to play back to back. Previous Forum Threads on the topic This come up every now and then, and is repeatedly explained every single time. Here is a fairly long comprehensive list of previous discussions on the topic: Random Rolling numbers maybe not so random? Roll20 Dice are not True random &nbsp;(Pro forums) How random is quantum roll random number generator Dice results broken? Spring Update: Meh &nbsp;(users comments how pseudorandom where good enough even before Quantum Roll, and think it's overkill) Multi-dice rolls averaging out? Three Critical Failures In A Row! Dice Rolls - Come in Three's fix die roller Questions about Quantum Roll "Quantum" rolls aren't. Dice roll randomizer &nbsp;(6 years ago, from before Quantum Roll feature, but explain why normally created randomness is already pretty good) Random dice roller &nbsp;(6 years ago, same as above) TL;DR: &nbsp;Humans have a bad intuition on what is or isn't random, and this have been debunked every time it's been discussed here.