PHP Класс Vimeo\ABLincoln\Operators\Random\Sample

Required Inputs: - 'choices': array of choices to sample Optional Inputs: - 'draws': number of samples to draw
Наследование: extends Vimeo\ABLincoln\Operators\RandomOperator
Показать файл Открыть проект

Защищенные методы

Метод Описание
_simpleExecute ( ) : array Choose a random sample of choices from the parameter array

Описание методов

_simpleExecute() защищенный Метод

Choose a random sample of choices from the parameter array
protected _simpleExecute ( ) : array
Результат array the random sample select from the parameter array