File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ Warning: Cannot call func_num_args() dynamically in %s on line %d
143
143
<para >
144
144
<function >mt_rand</function > will now default to using the fixed version of
145
145
the Mersenne Twister algorithm. If deterministic output from
146
- <function >mt_srand </function > was relied upon, then the
147
- <constant >MT_RAND_PHP</constant > with the ability to preserve the old
148
- (incorrect) implementation via an additional optional second parameter to
149
- < function >mt_srand</ function > .
146
+ <function >mt_rand </function > was relied upon, then
147
+ <constant >MT_RAND_PHP</constant > can be used as optional second parameter
148
+ to < function >mt_srand</ function > to preserve the old (incorrect)
149
+ implementation .
150
150
</para >
151
151
</sect2 >
152
152
You can’t perform that action at this time.
0 commit comments