FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.48k stars 332 forks source link

Fix: Use `MT_RAND_MT19937` instead of deprecated `MT_RAND_PHP` #691

Closed localheinz closed 10 months ago

localheinz commented 10 months ago

What is the reason for this PR?

Related to #694.

Follows https://github.com/FakerPHP/Faker/pull/528#issuecomment-1295790637.

💁‍♂️ For reference, see https://github.com/php/php-src/pull/11560.

Author's checklist

Summary of changes

Review checklist