Home
last modified time | relevance | path

Searched refs:_sampler (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php59 protected $_sampler = null; variable in Hoa\\Regex\\Visitor\\Isotropic
70 $this->_sampler = $sampler;
98 return $element->getChild($this->_sampler->getInteger(
156 $i = 0, $max = $this->_sampler->getInteger($x, $y);
180 $i = $this->_sampler->getInteger(32, 126);
192 $this->_sampler->getInteger(
256 $value = $this->_sampler->getInteger(0, 1) ? 'h' : 'v';
261 return $this->_sampler->getInteger(0, 127);
264 return $this->_sampler->getInteger(0, 9);
273 return $h[$this->_sampler->getInteger(0, count($h) -1)];
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php91 $this->_sampler = new Math\Sampler\Random();
125 $i = $this->_sampler->getInteger(1, $computed);
136 $γ = $Γ[$this->_sampler->getInteger(0, count($Γ) - 1)];
148 $i = $this->_sampler->getInteger(1, $computed);
157 $γ = &$Γ[$this->_sampler->getInteger(0, count($Γ) - 1)];