# File lib/faker/number.rb, line 62 def negative(from = -5000.00, to = -1.00) random_number = between(from, to) less_than_zero(random_number) end