Ignition Math

API Reference

6.9.3~pre2
Rand.hh File Reference
#include <random>
#include <cmath>
#include <cstdint>
#include <ignition/math/Helpers.hh>
#include <ignition/math/config.hh>

Go to the source code of this file.

Classes

class  Rand
 Random number generator class. More...
 

Namespaces

 ignition
 
 ignition::math
 Math classes and function useful in robot applications.
 

Typedefs

typedef std::mt19937 GeneratorType
 
typedef std::normal_distribution< double > NormalRealDist
 
typedef std::uniform_int_distribution< int32_t > UniformIntDist
 
typedef std::uniform_real_distribution< double > UniformRealDist