# File lib/more/facets/random.rb, line 109
    def at_rand
      array = to_a
      array.at(Random.number(array.size))
    end