# File lib/fog/core/mock.rb, line 52
    def self.random_numbers(length)
      max = ('9' * length).to_i
      rand(max).to_s
    end