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