# File lib/heckle.rb, line 609
  def rand_number
    (rand(100) + 1)*((-1)**rand(2))
  end