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