June 17th, 2017 at 7:41:49 AM
permalink
I try to calculate the RTP of a game.
In this game, if you don't winanything two times in a row, in the third time the price will be multiply by 2. If you don't win anything in the first 4 rounds, the price will be multiple by 4 in the 5th round.
In order to calculate the return toplayer, I need to find out what is the probablity to win any of the prises in a sertain round.
When I have only one line it's easy- sum of the probability of all the winning conditions. But when I have 25 lines,thete is a dependancy between some of them.
What is the easy way to calculate the probability for win any prize at a sertain round?
In this game, if you don't winanything two times in a row, in the third time the price will be multiply by 2. If you don't win anything in the first 4 rounds, the price will be multiple by 4 in the 5th round.
In order to calculate the return toplayer, I need to find out what is the probablity to win any of the prises in a sertain round.
When I have only one line it's easy- sum of the probability of all the winning conditions. But when I have 25 lines,thete is a dependancy between some of them.
What is the easy way to calculate the probability for win any prize at a sertain round?
June 17th, 2017 at 9:08:36 AM
permalink
You must write a program that loops through every reel combination.
I heart Crystal Math.