lcg_value() is deprecated in PHP 8.4 #6521
Labels
Category: Core
Related to internal functionality
Category: PHP
Easy task
Probably really easy to do, good task for first-time contributors
Status: Debugged
Cause of the bug has been found, but not fixed
Description
lcg_value() is deprecated in PHP 8.4. I wanted to make a PR about this, but I see that the replacement is (new Randomizer())->getFloat(...), so maybe we need another replacement (maybe create a
Utils::getRandomFloat()
?).Deprecated: Function lcg_value() is deprecated since 8.4, use \Random\Randomizer::getFloat() instead in phar:///tmp/PocketMine-MP-phar-cache.0/PMMPiq4ekripkj4b26HJHGV.tar/src/world/World.php on line 2004
The text was updated successfully, but these errors were encountered: