git commit -m "first commit for v2"
This commit is contained in:
12
Devices/Libraries/Ros/random_numbers/README.md
Executable file
12
Devices/Libraries/Ros/random_numbers/README.md
Executable file
@@ -0,0 +1,12 @@
|
||||
# random_numbers
|
||||
|
||||
This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.
|
||||
|
||||
## Build Status
|
||||
|
||||
[](https://github.com/ros-planning/random_numbers/actions/workflows/industrial_ci_action.yaml?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.
|
||||
Reference in New Issue
Block a user