# File lib/more/facets/random.rb, line 425
    def shuffle(separator=//)
      split(separator).shuffle.join('')
    end