# File lib/facet/hash/at_rand.rb, line 27
  def rand_value!
    k,v = rand_pair
    delete( k )
    return v
  end