# File lib/paint.rb, line 207
    def random(background = false)
      (background ? 40 : 30) + rand(8)
    end