XorShift128Plus icon indicating copy to clipboard operation
XorShift128Plus copied to clipboard

Symbolic execution for the XorShift128+ algorithm.

Results 2 XorShift128Plus issues
Sort by recently updated
recently updated
newest added

Hi there. There's an implementation detail of v8 that means that this only works for the first 1000 numbers generated or so, then itll start randomly encountering failures to work...

``` $ python3 xs128p.py BROWSER: chrome [0.49965622623126693, 0.5106241305628436, 0.7895949638905317, 0.883588766746984, 0.5368584449767335] Traceback (most recent call last): File "xs128p.py", line 207, in main() File "xs128p.py", line 167, in main ostate0, ostate1...