Class: Tlt::RandNum

Inherits:
Object
  • Object
show all
Defined in:
lib/tlt/rand_num.rb

Instance Method Summary collapse

Instance Method Details

#genObject



3
4
5
# File 'lib/tlt/rand_num.rb', line 3

def gen
  5.times.map{ single_draw }
end