Gazebo Math

API Reference

8.0.0~pre1
Rand.hh File Reference
#include <random>
#include <cmath>
#include <cstdint>
#include <gz/math/Helpers.hh>
#include <gz/math/config.hh>

Go to the source code of this file.

Classes

class  Rand
 Random number generator class. More...
 

Namespaces

namespace  gz
 
namespace  gz::math
 

Typedefs

typedef std::mt19937 GeneratorType
 
typedef std::normal_distribution< doubleNormalRealDist
 
typedef std::uniform_int_distribution< int32_t > UniformIntDist
 
typedef std::uniform_real_distribution< doubleUniformRealDist