Exakat\Analyzer\Structures\RandomWithoutTry::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->functions = array('\\random_bytes', '\\random_int');
        parent::analyze();
    }
RandomWithoutTry