Ejemplo n.º 1
0
 /**
  * @return int
  */
 public function getRandomDecimalPosition()
 {
     if (is_null($this->randomPosition)) {
         $this->randomPosition = rand(0, $this->passPhrase->getSuperKeyLen() - $this->parameterLength);
     }
     return $this->randomPosition;
 }