#include "shark/Core/Math.h"#include "shark/Rng/AbstractDistribution.h"#include "shark/Rng/Rng.h"#include <boost/math/special_functions.hpp>#include <boost/random.hpp>#include <cmath>Go to the source code of this file.
Classes | |
| class | shark::Normal< RngType > |
| Implements a univariate normal (Gaussian) distribution. More... | |
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
Functions | |
| template<class RngType > | |
| double | shark::gauss (RngType &rng, double mean, double variance) |
| Draws a number from the normal distribution with given mean and variance by drawing random numbers from rng. More... | |