# File lib/faker/internet.rb, line 146
      def ip_v4_cidr
        "#{ip_v4_address}/#{1 + rand(31)}"
      end