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
파일 보기 프로젝트 열기: vimeo/ablincoln

보호된 메소드들

메소드 설명
_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