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