If slot machines are random numbers, how can they be programmed to win a certain number of times? How can something be both random and programmed?

1.64K viewsEngineeringOther

If slot machines are random numbers, how can they be programmed to win a certain number of times? How can something be both random and programmed?

In: Engineering

12 Answers

Anonymous 0 Comments

They use a bump function. Basically, if you would win more often than the set parameter, it bumps it to a loss outcome. There is also the fact that a majority of “random” functions are not random and can or have already been reversed. They are typically some long function that use a pseudo random seed as the x.

You are viewing 1 out of 12 answers, click here to view all answers.