Skip to content

Releases: schmouk/CppRandLib

v1.0.0 Release - 2022/09

28 Aug 23:32
42b78bc
Compare
Choose a tag to compare

This is version 1.0.0 of library CppRandLib.
It is a double implementation of its pair version PyRandLib (Python implementation):

  • Sub-directory c++11 contains a c++11 implementation of the library;
  • Sub-directory c++20 contains a c++20 implementation of it.

Both have been tested via Visual Studio 2019 and 2022. We recommend the use of the 2022 version of Microsoft VS for better usage of c++20 latest goodies.

Extract the sub-directory of your choice from CppRandLib into your project.
Classes and methods are documented in code with doxygen comments.