
Originally Posted by
jstrike
A casino can rig a game, but it can't really rig an RNG itself. Take that situation. The RNG doesn't know what it spit a number out for, it doesn't know how many digits the wheel is looking for, it doesn't know what each position would pay. The RNG is basically just a dumb thing that's constantly running through random numbers and spitting them out for games. If a casino wanted to rig the game I'm talking about, what they'd do is this:
Wheel asks the RNG for a number. RNG says 3. Wheel says, okay, 3. Then the wheel runs a piece of bad code some casino guy put in there and says, oh shit, 3 is a winning number. Pick again. RNG says, 3, again, randomly. The wheel says okay, we tried once, this time we let it go through and the guy wins. It's called double dealing.
But the casino doesn't need to rig the game either. They just need to set the odds to 8:1 on that winning spin, and they're going to make a solid 10% over time.
Hope this kinda explains things, if you got more questions about the actual programming of these things I'd be glad to tell you as much as I know about it.
Bookmarks