| .. | ||
| .github/workflows | ||
| include/random_numbers | ||
| src | ||
| .clang-format | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| CHANGELOG.rst | ||
| CMakeLists.txt | ||
| package.xml | ||
| README.md | ||
random_numbers
This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.
Build Status
Features
New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.