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