# File lib/standard/facets/random.rb, line 139
    def at_rand!
      return delete_at( Random.number( size ) )
    end