Index: wordpress/wp-includes/class-phpass.php
===================================================================
--- wordpress/wp-includes/class-phpass.php	(revision 7392)
+++ wordpress/wp-includes/class-phpass.php	(working copy)
@@ -48,7 +48,7 @@
 
 		$this->portable_hashes = $portable_hashes;
 
-		$this->random_state = microtime() . getmypid();
+		$this->random_state = md5(uniqid(rand(), true));
 	}
 
 	function get_random_bytes($count)

