# File lib/facets/core/array/at_rand.rb, line 8
  def at_rand
    self.at( rand( size ) )
  end