-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc2fb67
commit 0629b84
Showing
9 changed files
with
384 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
package inferno | ||
|
||
import ( | ||
"context" | ||
"fmt" | ||
"time" | ||
|
||
"github.com/slotopol/server/game/slot" | ||
) | ||
|
||
func CalcStat(ctx context.Context, mrtp float64) float64 { | ||
var reels, _ = slot.FindReels(ReelsMap, mrtp) | ||
var g = NewGame() | ||
var sln float64 = 1 | ||
g.Sel = int(sln) | ||
var s slot.Stat | ||
|
||
var dur = slot.ScanReels5x(ctx, &s, g, reels, | ||
time.Tick(2*time.Second), time.Tick(2*time.Second)) | ||
|
||
var reshuf = float64(s.Reshuffles) | ||
var lrtp, srtp = s.LinePay / reshuf / sln * 100, s.ScatPay / reshuf / sln * 100 | ||
var rtpsym = lrtp + srtp | ||
fmt.Printf("completed %.5g%%, selected %d lines, time spent %v\n", reshuf/float64(s.Planned())*100, g.Sel, dur) | ||
fmt.Printf("reels lengths [%d, %d, %d, %d, %d], total reshuffles %d\n", | ||
len(reels.Reel(1)), len(reels.Reel(2)), len(reels.Reel(3)), len(reels.Reel(4)), len(reels.Reel(5)), reels.Reshuffles()) | ||
fmt.Printf("RTP = %.5g(lined) + %.5g(scatter) = %.6f%%\n", lrtp, srtp, rtpsym) | ||
return rtpsym | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
//go:build !prod || full || novomatic | ||
|
||
package inferno | ||
|
||
import ( | ||
"github.com/slotopol/server/game" | ||
) | ||
|
||
var Info = game.GameInfo{ | ||
Aliases: []game.GameAlias{ | ||
{Prov: "Novomatic", Name: "Inferno"}, | ||
}, | ||
GP: game.GPfgno | | ||
game.GPscat, | ||
SX: 5, | ||
SY: 3, | ||
SN: len(LinePay), | ||
LN: len(BetLines), | ||
BN: 0, | ||
RTP: game.MakeRtpList(ReelsMap), | ||
} | ||
|
||
func init() { | ||
Info.SetupFactory(func() any { return NewGame() }, CalcStat) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
|
||
# RTP list of available reels: | ||
# 92.350228 | ||
# 92.614882 | ||
# 93.094993 | ||
# 93.530397 | ||
# 94.250786 | ||
# 94.502047 | ||
# 95.075253 | ||
# 95.442600 | ||
# 96.148233 | ||
# 96.515580 | ||
# 97.196187 | ||
# 97.977298 | ||
# 98.508098 | ||
# 100.048931 | ||
# 102.765410 | ||
# 105.232209 | ||
# 108.177611 | ||
# 110.319995 | ||
|
||
# reels lengths [42, 43, 42, 43, 42], total reshuffles 136988712 | ||
# RTP = 86.166(lined) + 6.1838(scatter) = 92.350228% | ||
92.350228: | ||
- [7, 5, 6, 4, 7, 5, 2, 6, 5, 1, 4, 5, 2, 8, 4, 5, 2, 6, 3, 7, 4, 1, 3, 6, 4, 3, 6, 7, 8, 3, 6, 1, 2, 6, 7, 5, 4, 3, 7, 5, 4, 2] # 42 | ||
- [7, 6, 3, 4, 7, 5, 4, 6, 3, 8, 7, 5, 6, 2, 1, 4, 6, 2, 4, 6, 7, 5, 3, 4, 5, 2, 1, 6, 3, 4, 2, 6, 3, 2, 5, 7, 8, 5, 7, 6, 5, 4, 1] # 43 | ||
- [2, 7, 3, 4, 8, 7, 2, 5, 3, 6, 4, 1, 5, 2, 6, 1, 4, 5, 6, 3, 7, 4, 6, 2, 5, 6, 4, 7, 3, 4, 8, 5, 6, 7, 1, 5, 4, 3, 2, 6, 7, 5] # 42 | ||
- [4, 6, 1, 5, 7, 6, 4, 5, 2, 7, 6, 3, 5, 6, 2, 7, 6, 4, 7, 6, 4, 5, 3, 4, 5, 1, 6, 5, 7, 2, 3, 4, 8, 5, 6, 2, 8, 4, 3, 7, 2, 3, 1] # 43 | ||
- [5, 4, 3, 6, 7, 1, 6, 3, 4, 7, 5, 4, 8, 6, 5, 1, 3, 4, 6, 5, 4, 2, 5, 6, 2, 1, 6, 5, 7, 8, 3, 2, 5, 7, 4, 2, 3, 7, 2, 6, 4, 7] # 42 | ||
|
||
# reels lengths [42, 42, 42, 42, 42], total reshuffles 130691232 | ||
# RTP = 86.248(lined) + 6.3664(scatter) = 92.614882% | ||
92.614882: | ||
- [7, 5, 6, 4, 7, 5, 2, 6, 5, 1, 4, 5, 2, 8, 4, 5, 2, 6, 3, 7, 4, 1, 3, 6, 4, 3, 6, 7, 8, 3, 6, 1, 2, 6, 7, 5, 4, 3, 7, 5, 4, 2] # 42 | ||
- [2, 5, 6, 4, 5, 3, 1, 2, 3, 4, 6, 3, 7, 5, 4, 7, 6, 5, 8, 2, 6, 7, 3, 2, 6, 7, 4, 1, 5, 2, 4, 6, 1, 5, 7, 4, 5, 3, 4, 7, 6, 8] # 42 | ||
- [2, 7, 3, 4, 8, 7, 2, 5, 3, 6, 4, 1, 5, 2, 6, 1, 4, 5, 6, 3, 7, 4, 6, 2, 5, 6, 4, 7, 3, 4, 8, 5, 6, 7, 1, 5, 4, 3, 2, 6, 7, 5] # 42 | ||
- [3, 4, 7, 6, 2, 7, 6, 2, 4, 6, 7, 2, 3, 5, 4, 8, 5, 7, 6, 5, 1, 4, 5, 7, 4, 1, 5, 7, 6, 3, 1, 5, 6, 4, 3, 2, 5, 8, 2, 3, 4, 6] # 42 | ||
- [5, 4, 3, 6, 7, 1, 6, 3, 4, 7, 5, 4, 8, 6, 5, 1, 3, 4, 6, 5, 4, 2, 5, 6, 2, 1, 6, 5, 7, 8, 3, 2, 5, 7, 4, 2, 3, 7, 2, 6, 4, 7] # 42 | ||
|
||
# reels lengths [43, 43, 43, 43, 43], total reshuffles 147008443 | ||
# RTP = 87.177(lined) + 5.9184(scatter) = 93.094993% | ||
93.094993: | ||
- [3, 4, 6, 8, 3, 5, 6, 4, 2, 1, 5, 6, 2, 4, 6, 5, 4, 7, 5, 3, 2, 7, 3, 8, 5, 7, 6, 4, 1, 7, 6, 4, 7, 5, 3, 4, 1, 6, 7, 2, 6, 5, 2] # 43 | ||
- [7, 6, 3, 4, 7, 5, 4, 6, 3, 8, 7, 5, 6, 2, 1, 4, 6, 2, 4, 6, 7, 5, 3, 4, 5, 2, 1, 6, 3, 4, 2, 6, 3, 2, 5, 7, 8, 5, 7, 6, 5, 4, 1] # 43 | ||
- [4, 3, 6, 1, 3, 6, 2, 3, 6, 5, 1, 2, 4, 7, 2, 4, 3, 5, 2, 4, 7, 6, 5, 7, 8, 4, 5, 1, 4, 6, 8, 2, 5, 7, 3, 5, 6, 7, 4, 6, 7, 5, 6] # 43 | ||
- [4, 6, 1, 5, 7, 6, 4, 5, 2, 7, 6, 3, 5, 6, 2, 7, 6, 4, 7, 6, 4, 5, 3, 4, 5, 1, 6, 5, 7, 2, 3, 4, 8, 5, 6, 2, 8, 4, 3, 7, 2, 3, 1] # 43 | ||
- [5, 4, 8, 6, 5, 7, 6, 4, 7, 3, 1, 4, 6, 2, 1, 5, 4, 6, 3, 7, 4, 5, 6, 4, 2, 5, 3, 2, 5, 3, 1, 7, 6, 5, 7, 4, 6, 2, 8, 6, 7, 3, 2] # 43 | ||
|
||
# reels lengths [43, 43, 43, 43, 43], total reshuffles 147008443 | ||
# RTP = 87.612(lined) + 5.9184(scatter) = 93.530397% | ||
93.530397: | ||
- [4, 6, 7, 5, 6, 7, 4, 1, 3, 6, 8, 5, 2, 3, 1, 7, 2, 5, 7, 3, 4, 2, 6, 5, 7, 3, 4, 2, 5, 1, 6, 4, 5, 7, 3, 4, 6, 5, 8, 4, 6, 2, 7] # 43 | ||
- [6, 3, 4, 1, 6, 2, 5, 4, 6, 7, 5, 6, 4, 7, 1, 5, 7, 3, 6, 2, 5, 7, 4, 5, 2, 3, 4, 8, 7, 4, 3, 7, 6, 3, 1, 2, 4, 7, 6, 5, 2, 8, 5] # 43 | ||
- [3, 8, 7, 3, 6, 4, 5, 3, 7, 6, 1, 4, 6, 2, 5, 7, 4, 1, 5, 2, 6, 4, 7, 2, 4, 5, 3, 1, 2, 5, 7, 6, 2, 5, 3, 7, 4, 5, 6, 7, 4, 8, 6] # 43 | ||
- [6, 5, 1, 7, 3, 4, 7, 6, 8, 5, 7, 3, 5, 6, 7, 5, 6, 7, 3, 6, 4, 2, 7, 6, 4, 2, 1, 5, 7, 4, 5, 8, 2, 4, 6, 2, 4, 1, 3, 2, 5, 4, 3] # 43 | ||
- [5, 3, 6, 5, 2, 6, 7, 5, 3, 6, 5, 7, 6, 3, 4, 5, 7, 4, 1, 5, 7, 4, 8, 7, 2, 3, 4, 2, 6, 4, 5, 6, 4, 1, 3, 4, 2, 7, 1, 2, 7, 8, 6] # 43 | ||
|
||
# reels lengths [41, 41, 41, 41, 41], total reshuffles 115856201 | ||
# RTP = 87.39(lined) + 6.8609(scatter) = 94.250786% | ||
94.250786: | ||
- [6, 7, 2, 1, 3, 4, 2, 5, 6, 7, 1, 5, 2, 6, 3, 5, 7, 2, 5, 4, 3, 6, 4, 5, 7, 6, 4, 3, 8, 6, 3, 1, 4, 5, 7, 6, 8, 5, 2, 7, 4] # 41 | ||
- [4, 3, 2, 5, 4, 2, 7, 6, 8, 4, 3, 7, 1, 6, 5, 1, 2, 7, 6, 4, 5, 3, 4, 7, 6, 2, 5, 6, 8, 4, 5, 7, 3, 6, 5, 3, 6, 7, 2, 1, 5] # 41 | ||
- [1, 7, 3, 4, 2, 6, 4, 5, 3, 7, 2, 6, 5, 3, 4, 1, 5, 3, 2, 5, 4, 7, 6, 5, 7, 2, 8, 6, 4, 5, 6, 3, 8, 5, 6, 4, 7, 1, 6, 7, 2] # 41 | ||
- [7, 2, 6, 3, 8, 6, 5, 8, 7, 2, 1, 6, 4, 2, 3, 4, 7, 5, 4, 2, 3, 6, 1, 5, 4, 7, 3, 5, 7, 2, 5, 1, 6, 7, 5, 4, 3, 6, 5, 4, 6] # 41 | ||
- [4, 6, 5, 2, 8, 4, 7, 2, 4, 5, 8, 6, 4, 1, 2, 6, 5, 2, 3, 7, 6, 5, 3, 7, 5, 6, 1, 4, 5, 3, 7, 6, 2, 1, 5, 3, 4, 7, 3, 6, 7] # 41 | ||
|
||
# reels lengths [42, 42, 42, 42, 42], total reshuffles 130691232 | ||
# RTP = 88.136(lined) + 6.3664(scatter) = 94.502047% | ||
94.502047: | ||
- [4, 5, 7, 1, 3, 4, 2, 6, 4, 2, 7, 1, 5, 6, 4, 5, 6, 2, 5, 1, 3, 5, 2, 7, 3, 6, 4, 8, 6, 7, 5, 2, 4, 8, 6, 5, 3, 6, 4, 3, 7, 6] # 42 | ||
- [2, 4, 6, 8, 3, 5, 1, 6, 4, 3, 6, 5, 7, 2, 5, 6, 1, 4, 5, 2, 3, 4, 6, 5, 7, 2, 3, 4, 6, 8, 4, 6, 7, 1, 6, 3, 7, 5, 4, 2, 7, 5] # 42 | ||
- [6, 4, 3, 6, 2, 7, 5, 4, 1, 6, 7, 4, 3, 7, 5, 8, 6, 2, 4, 5, 6, 1, 2, 5, 8, 4, 6, 5, 3, 2, 6, 3, 5, 4, 7, 1, 3, 5, 6, 7, 4, 2] # 42 | ||
- [8, 5, 6, 1, 4, 7, 5, 2, 8, 6, 7, 5, 4, 7, 5, 3, 6, 1, 3, 6, 1, 4, 3, 2, 6, 5, 2, 4, 7, 5, 2, 4, 6, 2, 7, 3, 4, 5, 6, 4, 3, 6] # 42 | ||
- [7, 5, 1, 6, 3, 4, 6, 1, 5, 2, 7, 5, 1, 2, 4, 6, 7, 3, 6, 8, 3, 2, 8, 4, 6, 5, 4, 7, 6, 5, 2, 4, 7, 5, 3, 6, 2, 4, 5, 6, 4, 3] # 42 | ||
|
||
# reels lengths [42, 42, 42, 42, 42], total reshuffles 130691232 | ||
# RTP = 88.709(lined) + 6.3664(scatter) = 95.075253% | ||
95.075253: | ||
- [6, 7, 5, 6, 8, 4, 3, 6, 5, 2, 7, 6, 4, 7, 5, 1, 7, 5, 3, 7, 4, 3, 1, 5, 3, 2, 4, 7, 2, 5, 3, 6, 4, 8, 2, 4, 6, 2, 7, 6, 5, 4] # 42 | ||
- [7, 6, 4, 3, 2, 8, 4, 5, 6, 1, 5, 3, 7, 8, 2, 7, 3, 5, 4, 6, 5, 2, 4, 6, 7, 3, 5, 4, 7, 6, 1, 2, 4, 3, 6, 7, 4, 5, 7, 6, 5, 2] # 42 | ||
- [6, 5, 4, 7, 5, 4, 1, 7, 2, 5, 7, 2, 6, 3, 4, 5, 7, 3, 8, 5, 7, 3, 6, 4, 2, 6, 4, 8, 3, 6, 7, 2, 4, 5, 6, 3, 7, 6, 2, 1, 5, 4] # 42 | ||
- [6, 3, 4, 7, 8, 3, 7, 2, 5, 4, 7, 6, 4, 7, 6, 5, 7, 4, 5, 2, 3, 6, 5, 2, 6, 5, 4, 8, 6, 4, 2, 1, 6, 3, 7, 1, 2, 3, 5, 4, 7, 5] # 42 | ||
- [2, 7, 5, 6, 1, 3, 6, 7, 5, 6, 4, 7, 5, 6, 2, 5, 1, 3, 4, 8, 2, 4, 6, 5, 7, 3, 2, 6, 4, 7, 8, 5, 4, 7, 3, 6, 4, 2, 5, 4, 7, 3] # 42 | ||
|
||
# reels lengths [42, 42, 42, 42, 42], total reshuffles 130691232 | ||
# RTP = 89.076(lined) + 6.3664(scatter) = 95.442600% | ||
95.442600: | ||
- [5, 2, 1, 5, 3, 6, 7, 2, 5, 8, 4, 2, 7, 4, 8, 5, 6, 7, 5, 1, 3, 6, 4, 3, 2, 6, 4, 7, 6, 2, 4, 7, 6, 5, 3, 7, 5, 4, 7, 6, 3, 1] # 42 | ||
- [4, 5, 1, 2, 7, 8, 4, 7, 6, 5, 7, 3, 4, 5, 6, 3, 1, 6, 4, 8, 7, 4, 6, 7, 5, 6, 7, 5, 6, 4, 3, 2, 5, 6, 2, 3, 5, 1, 2, 7, 3, 2] # 42 | ||
- [5, 3, 6, 8, 2, 5, 6, 1, 4, 7, 6, 2, 5, 4, 3, 1, 6, 5, 3, 7, 4, 2, 6, 7, 5, 4, 7, 6, 5, 2, 4, 8, 2, 3, 5, 7, 4, 3, 7, 6, 1, 7] # 42 | ||
- [5, 2, 6, 4, 3, 6, 5, 4, 1, 3, 2, 6, 4, 3, 7, 2, 5, 6, 7, 5, 2, 6, 7, 1, 4, 3, 8, 4, 5, 2, 7, 8, 3, 7, 4, 6, 5, 1, 7, 5, 6, 7] # 42 | ||
- [4, 2, 1, 5, 6, 2, 3, 7, 5, 4, 7, 3, 6, 4, 1, 2, 4, 7, 8, 5, 3, 6, 2, 5, 6, 3, 7, 5, 8, 6, 4, 7, 6, 5, 2, 7, 1, 6, 4, 5, 7, 3] # 42 | ||
|
||
# reels lengths [42, 42, 42, 42, 42], total reshuffles 130691232 | ||
# RTP = 89.782(lined) + 6.3664(scatter) = 96.148233% | ||
96.148233: | ||
- [4, 1, 6, 7, 2, 1, 3, 5, 6, 7, 3, 5, 4, 2, 5, 4, 7, 5, 4, 2, 5, 4, 7, 6, 4, 3, 2, 6, 8, 4, 6, 3, 5, 7, 6, 3, 2, 6, 5, 8, 3, 7] # 42 | ||
- [6, 4, 3, 5, 6, 2, 3, 4, 2, 7, 5, 2, 6, 4, 7, 3, 6, 7, 4, 6, 1, 5, 4, 6, 7, 4, 6, 8, 5, 2, 3, 4, 1, 7, 5, 8, 2, 5, 3, 7, 5, 3] # 42 | ||
- [8, 4, 3, 5, 2, 4, 5, 6, 3, 8, 7, 5, 6, 3, 7, 4, 5, 3, 6, 4, 7, 5, 1, 7, 2, 6, 4, 5, 2, 3, 6, 7, 3, 6, 4, 2, 5, 1, 7, 4, 2, 6] # 42 | ||
- [7, 4, 5, 6, 4, 5, 6, 4, 5, 3, 2, 6, 7, 5, 6, 7, 2, 3, 5, 4, 7, 8, 2, 3, 4, 7, 6, 1, 5, 6, 3, 5, 4, 3, 2, 6, 3, 8, 7, 4, 2, 1] # 42 | ||
- [1, 7, 5, 2, 4, 6, 8, 2, 6, 3, 7, 6, 4, 3, 5, 6, 4, 3, 5, 4, 2, 3, 7, 2, 1, 4, 2, 7, 5, 3, 6, 5, 7, 4, 8, 5, 6, 4, 7, 6, 3, 5] # 42 | ||
|
||
# reels lengths [42, 42, 42, 42, 42], total reshuffles 130691232 | ||
# RTP = 90.149(lined) + 6.3664(scatter) = 96.515580% | ||
96.515580: | ||
- [6, 1, 3, 6, 2, 3, 1, 7, 6, 8, 7, 4, 5, 6, 7, 4, 5, 3, 7, 4, 8, 5, 6, 2, 5, 3, 2, 5, 4, 6, 2, 7, 6, 3, 5, 1, 4, 3, 2, 4, 7, 5] # 42 | ||
- [5, 2, 4, 5, 1, 6, 3, 7, 5, 6, 2, 7, 6, 2, 8, 7, 5, 4, 3, 6, 5, 8, 3, 5, 4, 7, 3, 4, 5, 6, 4, 1, 6, 7, 3, 2, 6, 3, 2, 1, 4, 7] # 42 | ||
- [1, 7, 4, 5, 6, 2, 5, 1, 6, 5, 4, 3, 7, 6, 3, 5, 6, 4, 7, 3, 6, 1, 2, 6, 8, 4, 2, 7, 4, 2, 7, 3, 5, 7, 8, 5, 4, 3, 6, 5, 3, 2] # 42 | ||
- [3, 5, 4, 3, 5, 4, 2, 5, 4, 7, 3, 6, 1, 2, 4, 6, 5, 7, 6, 8, 7, 5, 2, 3, 5, 8, 4, 6, 7, 1, 6, 3, 1, 5, 4, 2, 3, 6, 7, 2, 6, 7] # 42 | ||
- [7, 5, 2, 4, 3, 2, 5, 4, 7, 8, 5, 6, 3, 8, 6, 3, 1, 5, 6, 4, 2, 6, 1, 2, 4, 5, 6, 4, 3, 7, 6, 5, 7, 3, 1, 2, 7, 3, 5, 7, 4, 6] # 42 | ||
|
||
# reels lengths [41, 41, 41, 41, 41], total reshuffles 115856201 | ||
# RTP = 90.335(lined) + 6.8609(scatter) = 97.196187% | ||
97.196187: | ||
- [2, 4, 5, 6, 3, 4, 5, 7, 2, 5, 7, 1, 6, 3, 7, 6, 4, 1, 5, 6, 3, 4, 7, 6, 3, 2, 4, 7, 6, 2, 1, 5, 2, 6, 3, 8, 7, 5, 4, 8, 7] # 41 | ||
- [2, 3, 4, 5, 7, 2, 6, 1, 4, 3, 6, 1, 3, 5, 7, 3, 5, 6, 2, 1, 6, 4, 3, 2, 7, 8, 6, 7, 4, 5, 7, 4, 5, 6, 7, 4, 5, 2, 7, 6, 8] # 41 | ||
- [2, 4, 6, 7, 3, 1, 7, 3, 6, 2, 7, 6, 3, 5, 8, 7, 2, 5, 4, 2, 8, 4, 7, 6, 5, 4, 6, 7, 4, 3, 5, 6, 7, 5, 4, 1, 6, 3, 2, 5, 1] # 41 | ||
- [5, 8, 2, 4, 5, 6, 3, 7, 4, 3, 7, 2, 3, 4, 5, 6, 4, 2, 1, 6, 2, 3, 5, 7, 4, 5, 2, 7, 6, 3, 7, 1, 4, 6, 5, 7, 8, 6, 7, 1, 6] # 41 | ||
- [1, 2, 5, 7, 8, 6, 4, 5, 6, 4, 2, 5, 7, 3, 6, 8, 5, 4, 3, 7, 6, 2, 7, 4, 6, 3, 1, 7, 5, 6, 3, 2, 7, 4, 5, 3, 6, 2, 1, 7, 4] # 41 | ||
|
||
# reels lengths [43, 43, 43, 43, 43], total reshuffles 147008443 | ||
# RTP = 92.059(lined) + 5.9184(scatter) = 97.977298% | ||
97.977298: | ||
- [5, 6, 3, 2, 4, 7, 5, 1, 4, 6, 2, 3, 7, 4, 3, 5, 4, 6, 2, 5, 6, 7, 1, 2, 3, 6, 2, 7, 5, 8, 3, 7, 6, 8, 3, 5, 4, 2, 7, 6, 5, 1, 4] # 43 | ||
- [3, 2, 1, 5, 7, 6, 5, 2, 4, 7, 1, 6, 2, 3, 5, 6, 7, 8, 4, 5, 7, 3, 6, 2, 4, 5, 3, 2, 4, 5, 3, 6, 5, 1, 2, 7, 6, 4, 3, 8, 7, 4, 6] # 43 | ||
- [1, 5, 4, 8, 7, 3, 2, 7, 1, 6, 5, 2, 6, 7, 5, 2, 4, 7, 6, 2, 3, 4, 8, 3, 5, 1, 3, 6, 5, 3, 6, 4, 5, 6, 4, 3, 2, 7, 4, 2, 5, 6, 7] # 43 | ||
- [4, 7, 2, 6, 5, 1, 6, 7, 5, 4, 3, 8, 5, 7, 6, 3, 5, 2, 6, 5, 2, 7, 3, 4, 6, 2, 7, 8, 4, 6, 3, 4, 1, 3, 2, 5, 3, 4, 7, 5, 2, 6, 1] # 43 | ||
- [5, 1, 6, 7, 2, 4, 6, 5, 1, 2, 4, 8, 2, 7, 4, 2, 3, 5, 4, 3, 5, 7, 4, 5, 6, 3, 7, 8, 6, 2, 3, 7, 5, 3, 1, 6, 4, 2, 6, 3, 5, 7, 6] # 43 | ||
|
||
# reels lengths [41, 41, 41, 41, 41], total reshuffles 115856201 | ||
# RTP = 91.647(lined) + 6.8609(scatter) = 98.508098% | ||
98.508098: | ||
- [4, 5, 3, 6, 1, 7, 6, 2, 7, 5, 1, 6, 2, 7, 4, 6, 3, 8, 6, 3, 8, 5, 6, 4, 7, 3, 4, 7, 5, 4, 1, 5, 7, 6, 2, 3, 4, 2, 3, 5, 2] # 41 | ||
- [7, 3, 1, 6, 7, 5, 6, 2, 4, 6, 5, 1, 4, 6, 3, 8, 6, 2, 5, 3, 2, 7, 4, 3, 7, 5, 1, 6, 3, 5, 8, 4, 7, 3, 6, 2, 4, 7, 5, 2, 4] # 41 | ||
- [2, 6, 1, 7, 3, 6, 7, 5, 4, 7, 5, 8, 6, 5, 4, 6, 2, 3, 8, 4, 6, 3, 5, 7, 6, 5, 2, 1, 5, 4, 1, 3, 7, 2, 6, 4, 3, 2, 7, 4, 3] # 41 | ||
- [2, 5, 7, 2, 3, 7, 2, 4, 1, 5, 3, 1, 6, 2, 4, 6, 7, 5, 4, 7, 6, 3, 2, 7, 6, 5, 4, 6, 7, 1, 3, 6, 5, 8, 3, 5, 8, 4, 3, 6, 4] # 41 | ||
- [7, 8, 5, 3, 7, 5, 1, 7, 4, 6, 2, 7, 3, 4, 6, 2, 4, 3, 6, 2, 4, 5, 6, 1, 2, 6, 5, 3, 7, 5, 6, 1, 2, 3, 6, 7, 4, 8, 5, 4, 3] # 41 | ||
|
||
# reels lengths [42, 42, 42, 42, 42], total reshuffles 130691232 | ||
# RTP = 93.683(lined) + 6.3664(scatter) = 100.048931% | ||
100.048931: | ||
- [2, 4, 7, 5, 2, 7, 4, 5, 6, 4, 3, 6, 5, 8, 6, 7, 5, 3, 2, 5, 6, 4, 2, 7, 4, 5, 1, 6, 3, 7, 1, 6, 3, 7, 6, 2, 4, 8, 3, 2, 5, 3] # 42 | ||
- [4, 3, 7, 6, 4, 7, 3, 2, 1, 7, 6, 2, 8, 6, 2, 5, 8, 3, 7, 5, 6, 4, 2, 5, 4, 7, 3, 5, 6, 4, 2, 6, 5, 3, 2, 7, 6, 5, 3, 4, 5, 1] # 42 | ||
- [5, 1, 2, 6, 3, 4, 7, 2, 5, 8, 7, 6, 3, 5, 6, 8, 4, 7, 1, 3, 6, 4, 2, 6, 7, 2, 5, 6, 4, 2, 5, 7, 3, 4, 2, 3, 5, 4, 6, 5, 3, 7] # 42 | ||
- [4, 1, 7, 5, 4, 2, 5, 1, 6, 4, 5, 2, 6, 3, 7, 5, 3, 6, 2, 5, 8, 6, 2, 3, 7, 5, 2, 3, 6, 4, 7, 3, 6, 4, 5, 7, 6, 2, 3, 4, 8, 7] # 42 | ||
- [5, 7, 3, 4, 2, 1, 7, 3, 5, 6, 7, 5, 2, 4, 5, 3, 6, 4, 2, 3, 6, 4, 5, 6, 2, 1, 6, 7, 5, 3, 4, 8, 7, 2, 6, 7, 3, 4, 6, 5, 8, 2] # 42 | ||
|
||
# reels lengths [41, 41, 41, 41, 41], total reshuffles 115856201 | ||
# RTP = 95.904(lined) + 6.8609(scatter) = 102.765410% | ||
102.765410: | ||
- [7, 6, 5, 3, 2, 7, 4, 5, 7, 4, 3, 7, 1, 6, 5, 1, 4, 2, 6, 4, 1, 5, 6, 2, 8, 3, 2, 7, 3, 2, 6, 7, 8, 5, 3, 6, 4, 2, 5, 3, 4] # 41 | ||
- [4, 3, 1, 2, 3, 5, 8, 3, 6, 4, 8, 6, 2, 5, 7, 3, 4, 6, 2, 5, 4, 1, 7, 3, 6, 2, 5, 7, 6, 4, 7, 6, 4, 5, 7, 2, 1, 3, 2, 7, 5] # 41 | ||
- [3, 4, 5, 2, 6, 7, 2, 4, 7, 5, 6, 7, 1, 4, 2, 6, 3, 2, 5, 8, 4, 5, 6, 7, 8, 5, 2, 7, 3, 1, 7, 3, 1, 4, 3, 6, 5, 3, 4, 6, 2] # 41 | ||
- [6, 3, 8, 2, 7, 5, 1, 3, 6, 5, 4, 3, 7, 6, 4, 2, 6, 4, 5, 2, 7, 3, 2, 5, 3, 8, 7, 4, 6, 7, 1, 2, 5, 4, 6, 1, 7, 5, 3, 2, 4] # 41 | ||
- [1, 3, 6, 2, 3, 1, 6, 5, 4, 7, 8, 5, 2, 7, 5, 4, 6, 7, 2, 5, 1, 4, 3, 7, 2, 6, 3, 7, 4, 2, 3, 7, 6, 4, 8, 5, 6, 4, 2, 3, 5] # 41 | ||
|
||
# reels lengths [41, 41, 41, 41, 41], total reshuffles 115856201 | ||
# RTP = 98.371(lined) + 6.8609(scatter) = 105.232209% | ||
105.232209: | ||
- [7, 4, 2, 5, 7, 4, 6, 7, 3, 6, 8, 2, 6, 7, 1, 6, 5, 7, 6, 5, 4, 3, 2, 5, 8, 6, 4, 1, 3, 2, 5, 4, 1, 3, 6, 1, 7, 4, 2, 5, 3] # 41 | ||
- [7, 2, 5, 1, 7, 2, 3, 5, 2, 6, 4, 3, 6, 1, 4, 7, 8, 5, 4, 6, 3, 5, 6, 4, 3, 6, 2, 4, 7, 1, 4, 5, 7, 8, 2, 3, 6, 7, 5, 1, 6] # 41 | ||
- [8, 3, 5, 1, 7, 4, 6, 5, 7, 4, 6, 3, 5, 2, 6, 1, 7, 5, 8, 2, 7, 1, 4, 5, 7, 3, 6, 5, 3, 4, 6, 2, 3, 7, 4, 6, 2, 4, 1, 2, 6] # 41 | ||
- [6, 4, 2, 5, 7, 3, 2, 1, 6, 5, 8, 7, 4, 5, 8, 3, 6, 2, 4, 5, 7, 1, 5, 6, 4, 2, 3, 1, 4, 3, 7, 6, 2, 4, 6, 7, 1, 3, 6, 5, 7] # 41 | ||
- [3, 4, 5, 6, 7, 4, 3, 6, 2, 7, 5, 4, 1, 7, 6, 5, 2, 1, 7, 3, 2, 1, 6, 7, 5, 4, 2, 1, 6, 5, 4, 6, 8, 3, 5, 4, 7, 3, 6, 8, 2] # 41 | ||
|
||
# reels lengths [41, 41, 41, 41, 41], total reshuffles 115856201 | ||
# RTP = 101.32(lined) + 6.8609(scatter) = 108.177611% | ||
108.177611: | ||
- [6, 5, 4, 6, 7, 5, 3, 7, 5, 1, 6, 2, 5, 4, 1, 2, 4, 5, 1, 7, 3, 5, 8, 3, 6, 2, 7, 8, 6, 7, 2, 3, 4, 7, 3, 4, 6, 1, 4, 2, 7] # 41 | ||
- [5, 4, 3, 2, 5, 7, 1, 4, 7, 1, 6, 5, 8, 7, 6, 4, 2, 3, 4, 2, 1, 7, 5, 2, 6, 1, 4, 6, 7, 3, 5, 4, 2, 7, 3, 5, 8, 6, 3, 7, 6] # 41 | ||
- [4, 7, 5, 2, 3, 6, 5, 7, 1, 4, 6, 3, 7, 6, 5, 8, 2, 5, 4, 7, 1, 5, 6, 4, 2, 1, 6, 4, 7, 3, 8, 7, 4, 3, 2, 6, 7, 5, 2, 3, 1] # 41 | ||
- [1, 4, 5, 2, 7, 4, 6, 2, 4, 7, 2, 6, 4, 7, 5, 4, 1, 3, 2, 6, 3, 7, 4, 3, 1, 6, 2, 7, 3, 5, 7, 8, 5, 6, 3, 1, 5, 6, 8, 7, 5] # 41 | ||
- [1, 5, 2, 8, 5, 7, 2, 3, 4, 5, 2, 3, 4, 2, 7, 4, 2, 6, 3, 7, 6, 3, 4, 1, 6, 5, 1, 7, 4, 5, 1, 6, 7, 5, 6, 3, 8, 7, 6, 4, 7] # 41 | ||
|
||
# reels lengths [42, 42, 42, 42, 42], total reshuffles 130691232 | ||
# RTP = 103.95(lined) + 6.3664(scatter) = 110.319995% | ||
110.319995: | ||
- [1, 5, 3, 2, 5, 6, 7, 4, 3, 5, 4, 7, 5, 1, 6, 5, 4, 2, 7, 1, 4, 3, 6, 7, 2, 6, 1, 2, 3, 8, 4, 7, 6, 3, 5, 8, 2, 7, 3, 6, 2, 4] # 42 | ||
- [2, 5, 3, 4, 5, 7, 8, 2, 3, 5, 1, 7, 6, 4, 5, 3, 6, 4, 2, 7, 6, 1, 4, 2, 3, 7, 4, 6, 1, 7, 5, 2, 8, 3, 5, 2, 6, 7, 1, 4, 3, 6] # 42 | ||
- [5, 6, 8, 3, 5, 4, 3, 1, 7, 4, 5, 6, 3, 4, 6, 8, 3, 2, 1, 3, 7, 2, 1, 7, 3, 2, 6, 5, 2, 7, 5, 6, 4, 2, 1, 4, 5, 7, 6, 4, 2, 7] # 42 | ||
- [2, 4, 5, 6, 8, 3, 4, 1, 2, 7, 3, 5, 1, 3, 4, 5, 2, 6, 5, 2, 4, 6, 1, 7, 2, 5, 4, 6, 3, 1, 7, 3, 5, 7, 6, 8, 2, 4, 7, 3, 6, 7] # 42 | ||
- [4, 3, 2, 4, 1, 5, 3, 2, 7, 6, 5, 1, 7, 3, 4, 7, 5, 3, 7, 1, 2, 7, 8, 6, 4, 2, 1, 4, 2, 6, 3, 8, 5, 6, 7, 4, 6, 5, 3, 6, 5, 2] # 42 |
Oops, something went wrong.