# File lib/more/facets/random.rb, line 142 def pick(n=nil) if n a = self.dup a.pick!(n) else at(Random.number(size)) end end