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