class Roulette

Defined in:

roulette.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def history : Array(Int32) #

[View source]
def random : Int32 #

[View source]
def spin(a : Algorithm, n : Int32 | Nil = nil) #

[View source]
def spin(a : Algorithm, bets : Array(Bet), n : Int32 | Nil = nil) #

[View source]
def spins : Int32 #

[View source]