/* * RandomNumberDistribution_Creator.hpp * * Created on: Jan 3, 2011 * Author: heber */ #ifndef RANDOMNUMBERDISTRIBUTION_CREATOR_HPP_ #define RANDOMNUMBERDISTRIBUTION_CREATOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Creator_impl.hpp" CONSTRUCT_CREATOR(RandomNumberDistribution) #endif /* RANDOMNUMBERDISTRIBUTION_CREATOR_HPP_ */