Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
H A DSampler.php223 return $this->_getFloat($lower, $upper);
233 abstract protected function _getFloat($lower, $upper); function in Hoa\\Math\\Sampler\\Sampler
H A DRandom.php98 protected function _getFloat($lower, $upper) function in Hoa\\Math\\Sampler\\Random