You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…9213)
* PCG64: $advance must be non-negative
ClosesGH-9212
TimWolla
changed the title
PcgOneseq128XslRr64::jump should not allow negative $advance
PcgOneseq128XslRr64::jump() should not allow negative $advance
Aug 1, 2022
Description
As discussed in internals: https://externals.io/message/118328
The following code:
advances the engine 2**64 - 1 steps due to unsigned int cast but it should throw a ValueError instead
PHP Version
PHP 8.2.0 beta 1
Operating System
No response
The text was updated successfully, but these errors were encountered: