Throwing bananas at the monkeys

Day 2,464, 15:30 Published in Ireland Ireland by Releasethe Krakken


Another article prompted this . The player complained that he spend 670 Gold and did not even once hit the jackpot 😠

For a person familiar with programming its easy to understan😛

This is the jackpot area. It appears similar size to all other areas. So normal logic would be that chance of hitting jackpot = 1 divided by number of sectors which is 1/8 = 12.5 percent.

You will see that each sector has exactly the same nodes or grooves being 5.

Yet we all know that power spin is not a correct representation of computer algorithm that determines prizes.

Probably what happens is that certain values is loaded more into our array/vector/stack or queue. Therefore lets say 100 values is loaded

normal stuff would be 90 out of 100 other less regular stuff would be 9 out of the 100 and finally your jackpot would be 1 out of the 100.

So I would call randomization
nbrselected = rnd * 100

or whatever values would be used to give me exactly 1 out of a 100.

and that value would be prize you won.

So new power spin would probably look something like this with red line your chance doubled at winning the jackpot.



Probably done in original way to get full graphics there and not to represent actual engine below it.


But here is the truly sad fact. Other companies would load your dice after a while inserting more and more of the jackpot into the array/* thereby increasing your chances of hitting it..not erep.

It seems erep is content with you rollin' and rollin' and rollin' and rollin'

For the sake of fairness admins can just correct me if im wrong and explain true working of game .