We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c207efa commit 09e261eCopy full SHA for 09e261e
NEWS
@@ -38,8 +38,10 @@ PHP NEWS
38
. Fixed bug GH-9088, GH-9056 (incorrect expansion of bytes when
39
generating uniform integers within a given range). (timwolla)
40
. Fixed bug GH-9089 (Fix memory leak on Randomizer::__construct()
41
- call twice) (zeriyoshi)
42
- . Change Mt19937 to throw a ValueError instead of InvalidArgumentException
+ call twice). (zeriyoshi)
+ . Fixed bug GH-9212 (PcgOneseq128XslRr64::jump() should not allow negative
43
+ $advance). (Anton Smirnov)
44
+ . Changed Mt19937 to throw a ValueError instead of InvalidArgumentException
45
for invalid $mode. (timwolla)
46
. Splitted Random\Randomizer::getInt() (without arguments) to
47
Random\Randomizer::nextInt(). (zeriyoshi)
0 commit comments