Searched refs:random_state (Results 1 – 1 of 1) sorted by relevance
48 var $random_state; variable in PasswordHash61 $this->random_state = microtime();63 $this->random_state .= getmypid();84 $this->random_state =85 md5(microtime() . $this->random_state);86 $output .= md5($this->random_state, TRUE);