Skip to content

Instantly share code, notes, and snippets.

@vndee
Created November 1, 2024 13:54
Show Gist options
  • Save vndee/d8e4a6c2484ee0ca12322eda10260a7d to your computer and use it in GitHub Desktop.
Save vndee/d8e4a6c2484ee0ca12322eda10260a7d to your computer and use it in GitHub Desktop.
# Different parts of your program should get their own random numbers
game_rng = MersenneTwister(seed1) # For game stuff
ai_rng = MersenneTwister(seed2) # For AI stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment