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