# File lib/mspec/utils/options.rb, line 374
374:   def randomize
375:     on("-H", "--random",
376:        "Randomize the list of spec files") do
377:       MSpec.randomize
378:     end
379:   end