module Faker::ArrayUtils

def self.rand(array)

def self.rand(array)
  array[Kernel.rand(array.length)].dup
end