1
0
mirror of https://github.com/TACIXAT/XorShift128Plus synced 2024-06-17 18:49:59 +00:00
Symbolic execution for the XorShift128+ algorithm.
Go to file
2016-11-04 12:59:57 -04:00
README Added note about Chrome's way to get doubles. Added readme content. 2016-05-17 09:10:09 -04:00
xs128p.py Shorten reverse17 and reverse23. 2016-11-04 12:59:57 -04:00

For usage on the LA Time's powerball simulator. Careful about clicking the page.

Run the following snippet in your browser's console.

    _ = []; for(var i=0; i<5; ++i) { _.push(Math.random()) } ; console.log(_)

Paste at least 3 of those values into the dubs array in main().

Set the browser in main() to Chrome or Firefox. (Safari hasn't updated yet.)

    python xs128p.py

The winning numbers should have an arrow. Click once on the number inputs and tab between them to enter your "pick".

Click once on the play button.

Enjoy your lotto winnings :)