RandomGenerator::getRand PHP Method

getRand() public method

public getRand ( )
    public function getRand()
    {
        $this->count++;
        return rand();
    }
RandomGenerator