g2o
|
#include "sampler.h"
Go to the source code of this file.
Namespaces | |
g2o | |
Functions | |
static std::normal_distribution< double > | g2o::_univariateSampler (0., 1.) |
double | g2o::sampleUniform (double min, double max, std::mt19937 *generator) |
double | g2o::sampleGaussian (std::mt19937 *generator) |
Variables | |
static std::uniform_real_distribution< double > | g2o::_uniformReal |
static std::mt19937 | g2o::_gen_real |