module Faker::ArrayUtils

def shuffle

def shuffle
  ArrayUtils.shuffle(self)
end