ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class RNGFactory

alps::RNGFactory — a factory to create random number generators from their name

Synopsis

// In header: <alps/random/rngfactory.h>


class RNGFactory {
public:
  // construct/copy/destruct
  RNGFactory();

  // public member functions
  template<typename RNG> void register_rng(const std::string &);
};

Description

RNGFactory public construct/copy/destruct

  1. RNGFactory();

RNGFactory public member functions

  1. template<typename RNG> void register_rng(const std::string & name);
Copyright © 2006-2008 Brigitte Surer, Matthias Troyer

PrevUpHomeNext