diff --git a/reference/math/functions/mt-srand.xml b/reference/math/functions/mt-srand.xml index 6a2a2e7046..3917d8389c 100644 --- a/reference/math/functions/mt-srand.xml +++ b/reference/math/functions/mt-srand.xml @@ -1,5 +1,5 @@ - + @@ -10,11 +10,13 @@ Description voidmt_srand - intseed + intseed Seeds the random number generator with seed. + Since PHP 4.2.0, the seed + becomes optional and defaults to a random value if omitted. - + @@ -10,11 +10,13 @@ Description voidsrand - intseed + intseed Seeds the random number generator with seed. + Since PHP 4.2.0, the seed + becomes optional and defaults to a random value if omitted.