class MegaLoto::Drawing

Public Instance Methods

draw() click to toggle source
# File lib/mega_loto/drawing.rb, line 4
def draw
  6.times.map { single_row }
end

Private Instance Methods

single_row() click to toggle source
# File lib/mega_loto/drawing.rb, line 9
def single_row
  rand(0...60)
end