209 210 211
# File 'lib/rb_colors/color.rb', line 209 def self.rand HSVColor.new(*3.times.map { Random.rand }) end