# File lib/faker/number.rb, line 53
      def between(from = 1.00, to = 5000.00)
        Faker::Base::rand_in_range(from, to)
      end