# File lib/standard/facets/random.rb, line 298
    def rand_pair!
      k,v = rand_pair
      delete( k )
      return k,v
    end