moveit / random_numbers

Routines for random number generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

random_numbers

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

BuildAndTest Format

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.

About

Routines for random number generation


Languages

Language:C++ 91.5%Language:CMake 8.5%