ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Global rng_factory

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

Synopsis

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

RNGFactory rng_factory;

Description

currently the folloowing two boost generators can be created from their name

  • lagged_fibonacci607

  • mt19937

Copyright © 2006-2008 Brigitte Surer, Matthias Troyer

PrevUpHomeNext