Skip to content

Instantly share code, notes, and snippets.

@tuttlem
Created November 28, 2012 21:54
Show Gist options
  • Save tuttlem/4164897 to your computer and use it in GitHub Desktop.
Save tuttlem/4164897 to your computer and use it in GitHub Desktop.
PRNG - state
; 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