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
the PRNG generates a different keystream on Py2 than it does on Python3, as such methods like randrange_from_seed__trytryagain are not constant over python versions
The text was updated successfully, but these errors were encountered:
we should probably implement two ones, one that behaves like the python2 version even on python3 and one that behaves like the python3 version even on python2
the PRNG generates a different keystream on Py2 than it does on Python3, as such methods like
randrange_from_seed__trytryagain
are not constant over python versionsThe text was updated successfully, but these errors were encountered: