Go to the source code of this file.
Classes | |
class | ignition::math::Rand |
Random number generator class. More... | |
Namespaces | |
ignition | |
ignition::math | |
Math classes and function useful in robot applications. | |
Typedefs | |
typedef std::mt19937 | ignition::math::GeneratorType |
typedef std::normal_distribution < double > | ignition::math::NormalRealDist |
typedef std::uniform_int_distribution < int32_t > | ignition::math::UniformIntDist |
typedef std::uniform_real_distribution < double > | ignition::math::UniformRealDist |