# File lib/facet/hash/at_rand.rb, line 41
  def rand_key
    keys.at( rand(keys.size) )
  end