Skip to content

josepuga/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

About The Project

Just another random number generator class for C++.

Features

  • 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).

Usage and Demo

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.

License

Distributed under the MIT License.

Contact

Feel free to send me any feedback.

José Puga - [email protected]

About

An easy to integrate random generator class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published