Easy Tutorial
❮ Php Ref String Func String Similar Text ❯

PHP mt_srand() Function

PHP Math Reference Manual

Example

Seeding the random number generator:


Definition and Usage

The mt_srand() function seeds the Mersenne Twister random number generator.

Note: Starting from PHP 4.2.0, the random number generator is automatically seeded, so there is no need to use this function.


Syntax

Parameter Description
seed Optional. Specifies the seed value.

Technical Details

Return Value: None.
Return Type: -
--- ---
PHP Version: 4+
--- ---
PHP Changelog: PHP 4.2.0: Random number generator is automatically seeded.
--- ---
❮ Php Ref String Func String Similar Text ❯