Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moveit/random_numbers
Routines for random number generation
https://github.com/moveit/random_numbers
Last synced: about 2 months ago
JSON representation
Routines for random number generation
- Host: GitHub
- URL: https://github.com/moveit/random_numbers
- Owner: moveit
- Created: 2012-10-18T20:52:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T06:26:53.000Z (3 months ago)
- Last Synced: 2024-11-08T17:13:55.865Z (about 2 months ago)
- Language: C++
- Size: 45.9 KB
- Stars: 8
- Watchers: 30
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
# random_numbers
This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.
## Build Status
[![BuildAndTest](https://github.com/ros-planning/random_numbers/actions/workflows/industrial_ci_action.yaml/badge.svg?branch=master)](https://github.com/ros-planning/random_numbers/actions/workflows/industrial_ci_action.yaml?branch=master)
[![Format](https://github.com/ros-planning/random_numbers/actions/workflows/format.yaml/badge.svg?branch=master)](https://github.com/ros-planning/random_numbers/actions/workflows/format.yaml?branch=master)## 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.