Factory for Discrete Random Generators. More...
#include "Common/Compat.h"
#include "Common/Logger.h"
#include <cstdlib>
#include <vector>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include "DiscreteRandomGeneratorFactory.h"
#include "DiscreteRandomGeneratorUniform.h"
#include "DiscreteRandomGeneratorZipf.h"
Go to the source code of this file.
Factory for Discrete Random Generators.
This file contains a factory class for the various discrete random generators.
Definition in file DiscreteRandomGeneratorFactory.cc.