abstract class Algorithm
- Algorithm
- Reference
- Object
Direct Known Subclasses
Defined in:
roulette/algorithm.crConstant Summary
-
ALL =
[AllRed, Martingale, Pare, TenPercent, DAlembert, AntiDAlembert, Cocomo, MonteCarlo]
Instance Method Summary
- #amount(prev_spin : Int32) : Int32
- #balance : Int32
- #balance_history : Array(Int32)
- #bet_history : Array(Array(Bet))
- #bets(prev_spin : Int32) : Array(Bet)
- #deposit(balance : Int32)
- #name : String
- #random_color : BetColor::Color
- #result_balance : Int32
- #set_result(total : Int32, number : Int32, bets : Array(Bet))
- #start_balance : Int32
- #win?(prev_spin : Int32) : Bool
- #win? : Bool
- #win_amount : Int32