# File lib/facets/core/hash/rand_pair.rb, line 9
  def rand_pair
    k = rand_key
    return k, fetch(k)
  end