mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
[ci skip] Update NEWS for ext/random
This adds 50bd8ba51c
and fixes the formatting for
two other entries.
This commit is contained in:
parent
c207efab63
commit
09e261e3b4
6
NEWS
6
NEWS
@ -38,8 +38,10 @@ PHP NEWS
|
||||
. Fixed bug GH-9088, GH-9056 (incorrect expansion of bytes when
|
||||
generating uniform integers within a given range). (timwolla)
|
||||
. Fixed bug GH-9089 (Fix memory leak on Randomizer::__construct()
|
||||
call twice) (zeriyoshi)
|
||||
. Change Mt19937 to throw a ValueError instead of InvalidArgumentException
|
||||
call twice). (zeriyoshi)
|
||||
. Fixed bug GH-9212 (PcgOneseq128XslRr64::jump() should not allow negative
|
||||
$advance). (Anton Smirnov)
|
||||
. Changed Mt19937 to throw a ValueError instead of InvalidArgumentException
|
||||
for invalid $mode. (timwolla)
|
||||
. Splitted Random\Randomizer::getInt() (without arguments) to
|
||||
Random\Randomizer::nextInt(). (zeriyoshi)
|
||||
|
Loading…
Reference in New Issue
Block a user