Class: Range

Inherits:
Object
  • Object
show all
Defined in:
lib/bootstripe/number_additions.rb

Instance Method Summary collapse

Instance Method Details

#randomObject



52
53
54
# File 'lib/bootstripe/number_additions.rb', line 52

def random
  rand * (max - min) + min
end