![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::RNGFactory — a factory to create random number generators from their name
// In header: <alps/random/rngfactory.h> class RNGFactory : public factory< std::string, buffered_rng_base > { public: // construct/copy/destruct RNGFactory(); // public member functions template<typename RNG> void register_rng(const std::string &); };
Copyright © 2006-2008 Brigitte Surer, Matthias Troyer |