Conversation

Replying to
i guess this is "just" gambler's fallacy but ime nobody seems to talk about it in the other direction - like i hear "i used up my luck on that, i'm screwed now" way more often than "i've been so unlucky recently, i'm due for some good luck now"
3
1
26
i could dismiss this as people not understanding how probability works with independent events except the funny thing is they *aren't* independent! game RNG is always pseudorandom. depending on the game it can deviate from random enough to be easily manipulable
1
1
22
the way a lot of game RNG works is that a list of numbers is generated based on some seeds (which are often under player control, e.g. step count) and "random" events go down the list when they need the next "random" number to decide what to do. so it's all deterministic
1
15
idk if this is enough to even partially rehabilitate the seemingly pretty strong intuition that luck is conserved but it's something. PRNGs aren't "actually random," they're just complicated enough that there aren't any blatantly obvious patterns
2
11
idk where i'm going w this, we could transition to a discussion of what "actually random" could possibly mean and whether anything could possibly be "actually random" other than literal quantum stuff. there's something i want to respect about "naive" intuitions about luck here
4
13
Replying to
An additional complication to this is some games are actually rigged, but in the direction of the of helping the player. So if you miss too often it will give you a boost behind the scenes, to better match how people expect it to work
1
8