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.
common ------ This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.