Just another random number generator class for C++.
- Just one header.
- Easy to integrate in your code.
- Each object has it own seed.
- Supports any Integral of Floating point type.
- Mersenne twister algorithm generator (much better than rand() C style).
Just run the demo. It's a very simple class.
Methods are doxygen style documented. Best way to learn is to have a look at the header file.
Distributed under the MIT License.
Feel free to send me any feedback.
José Puga - josepuga.programacion@gmail.com