Pretty simple question. Which random number generator does Unity use for its Random class? I am working on a project and really don’t want to implement a 64 bit mersenne twister in java script if I don’t have to. =P
I tried doing some searches but only found answers for how to use the generator, not what was running it on the back end. Anyone happen to know?