Created
November 28, 2012 21:54
-
-
Save tuttlem/4164897 to your computer and use it in GitHub Desktop.
PRNG - state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; calculation state | |
prng_x DD 0 | |
; current seed | |
prng_a DD 100711433 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment