If you request the sums of 0 1, 1 2, and 2 0, you can sum them and divide to get the sum of 0, 1 and 2.
Then subtracting one of the above from this lets you find 0, 1 and 2, from which you can ask for 2 3 to get 3, etc.
Script below.
https://github.com/tna0y/Python-random-module-cracker
(title hints at mersenne twister, which is what python random uses)
script below: