module FFaker::ArrayUtils
def self.random_pick(array, n)
def self.random_pick(array, n) warn '[ArrayUtils.random_pick] is deprecated. Please use the ModuleUtils#fetch_sample method' fetch_sample(array, count: n) end
def self.random_pick(array, n) warn '[ArrayUtils.random_pick] is deprecated. Please use the ModuleUtils#fetch_sample method' fetch_sample(array, count: n) end