w3resource

PHP : mt_srand() function

Description

The mt_srand() function seeds the random number generator with seed or with a random value if no seed is given.

Version:

(PHP 4 and above)

Syntax:

mt_srand(num)

Parameter:

Name Description Required /
Optional
Type
num An optional seed value. Optional Integer

Return value

No return value.

Value Type: Integer.

See also

PHP Function Reference

Previous: mt_rand
Next: octdec



Follow us on Facebook and Twitter for latest update.