Deprecate MathUtil::getRandomValue()
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 10 Jun 2021 13:54:53 +0000 (15:54 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 10 Jun 2021 13:54:53 +0000 (15:54 +0200)
commit252c4e74889ed89ea13ee8bea62ecbef87b9c0b2
treee2d86f61fb0de54c1bb1567a14c89e680043492e
parent178832d74863315e15b7fbce55b2a62f82352bbd
Deprecate MathUtil::getRandomValue()

This method is a thin wrapper around `\mt_rand()` without any usability
benefits. Users of this method should either switch to `\random_int()` or
`\mt_rand()` directly.
wcfsetup/install/files/lib/util/MathUtil.class.php