Random Number Generator Tester
A console application to test different implementations of RNGs for speed
Features:
- Built with the JUCE audio framework
- compares: Linear congruential generator, Xorshift, Marsenne-Twister, Taus88, std::rand(), std::mt19937, JUCE Random
- Written in C++