# File lib/relevance/tarantula/basic_attack.rb, line 34
      def random_int
        rand(big_number) - (big_number/2)
      end