Eris\Generator\ChooseGenerator::__invoke PHP Method

__invoke() public method

public __invoke ( $_size, $rand )
    public function __invoke($_size, $rand)
    {
        $value = $rand($this->lowerLimit, $this->upperLimit);
        return GeneratedValue::fromJustValue($value, 'choose');
    }