java-random
java-random copied to clipboard
Implementation of Java's Random in Python
Heya, been trying to narrow down a bug in a tool and I've narrowed down the issue to be from this package. In essense i can reduce the issue to...
>>> import javarandom as jr Traceback (most recent call last): File "", line 1, in File "/home/.conda/envs/py36/lib/python3.6/site-packages/javarandom.py", line 43 self._seed = (seed ^ 0x5deece66dl) & ((1
When fixing a Python 3 bug back in 2016, the PyPI package wasn't updated. Could you update the PyPI package? This would make it easier to use.