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