RandomModulo

class RandomModulo : public feasst::Random

This is a poor quality implementation of a random number generator, as described in Allen and Tildesley “Computer Simulation of Liquids” Appendix G. Because RandomMT19937 has known differences between GCC and Clang, this implementation allows exact reproduction on different compilers and operating systems. The higher-quality RandomMT19937 is recommended for production simulations.

Arguments