Uniform.h File Reference
#include "shark/Rng/AbstractDistribution.h"
#include "shark/Rng/Rng.h"
#include <boost/random.hpp>

Go to the source code of this file.

Classes

class  shark::Uniform< RngType >
 Implements a continuous uniform distribution. More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Functions

template<class RngType >
double shark::uni (RngType &rng, double lower, double upper)
 Draws a number uniformly in [lower,upper] by drawing random numbers from rng. More...