# File lib/more/facets/random.rb, line 264
    def rand_pair
      k = rand_key
      return k, fetch(k)
    end