|
MIRA
|
Helper singleton to easily generate random generators using the boost::random distributions and generators. More...
#include <limits>#include <boost/random/mersenne_twister.hpp>#include <boost/random/variate_generator.hpp>#include <boost/random/uniform_real.hpp>#include <boost/random/uniform_int.hpp>#include <platform/Types.h>#include <utils/Time.h>

Go to the source code of this file.
Classes | |
| class | RandomGenerator< Distribution, Engine > |
| Template class to easily generate random generators using the boost::random distributions and generators. More... | |
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Macros | |
| #define | MIRA_RANDOM_GENERATOR_COMMON(Derived, TDistribution) |
| Macro to be used in derived random generators to supply the default interface such copy constructors and assignment operators and typedefs of Base and Distribution. More... | |
Helper singleton to easily generate random generators using the boost::random distributions and generators.
| #define MIRA_RANDOM_GENERATOR_COMMON | ( | Derived, | |
| TDistribution | |||
| ) |
Macro to be used in derived random generators to supply the default interface such copy constructors and assignment operators and typedefs of Base and Distribution.
1.8.14