# File lib/facets/core/string/at_rand.rb, line 13
  def at_rand( separator=// )
    separator = self.class.patterns( separator )
    self.split(separator,-1).at_rand
  end