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