# File lib/facets/core/hash/rand_key.rb, line 7
  def rand_key
    keys.at( rand(keys.size) )
  end