The manual does, however, note that since PHP 5.2.1 "Identical seeds no longer produce the same sequence of values they did in previous versions.", which some people in the manual comments section took to mean that identical seeds could produce a different sequences even in the current version, but this does not appear to be so.
The manual does, however, note that since PHP 5.2.1 "Identical seeds no longer produce the same sequence of values they did in previous versions.", which some people in the manual comments section took to mean that identical seeds could produce a different sequences even in the current version, but this does not appear to be so.