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