Created
November 1, 2024 13:54
-
-
Save vndee/d8e4a6c2484ee0ca12322eda10260a7d to your computer and use it in GitHub Desktop.
This file contains 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
# 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