Python implementations of most of the pseudorandom number generators used in Pokémon games.
This repository also contains algorithms for state and seed recovery that can be useful for RNG manipulations or legality checks.
To be able to run all the code from the Math directory, you will need to have numpy installed on your machine.
To install or update the numpy module, you can run this command: pip install -r requirements.txt.