# File lib/more/facets/random.rb, line 243
    def rand_key
      keys.at(Random.number(keys.size))
    end