module Faker::ArrayUtils

def random_pick(n)

def random_pick(n)
  ArrayUtils.random_pick(self, n)
end