-
Ayub khan authored
Python3 RNG produces different results as compared to python2 In capa problems we save seed value and generate random state using the seed. Python3 random generates a different state as compared to python2. Thats why using random2 library to make state genration consistent in both python versions.
bb242c4b