# File lib/fog/ecloud/compute.rb, line 391
        def random_ip
          usable_subnet_ips[rand(usable_subnet_ips.length)]
        end