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

Enhancement: Reuse `NumberExtension` #715

Closed localheinz closed 10 months ago

localheinz commented 10 months ago

What is the reason for this PR?

Somewhat related to #694.

💁‍♂️ If we want to provide a path towards using Random\Randomizer in the distant future, I believe it would be best to centralize the source of randomness.

This could be one step.

Author's checklist

Summary of changes

Review checklist

localheinz commented 10 months ago

Thank you, @bram-pkg!