All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Classes | Namespaces | Typedefs
Rand.hh File Reference
#include <random>
#include <cmath>
#include <cstdint>
#include <ignition/math/Helpers.hh>
Include dependency graph for Rand.hh:

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