module Faker::ArrayUtils

def rand

def rand
  ArrayUtils.rand(self)
end