ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Function template seed

alps::random::parallel::seed

Synopsis

// In header: <alps/random/parallel/mpi.hpp>


template<typename PRNG> 
  void seed(PRNG & prng, boost::mpi::communicator const & c);

Description

This seed function calls the corresponding seed functions in the header alps/parallel/seed.hpp using the communicator rank c.rank() and size c.size() as the num and total arguments.

Copyright © 2006-2008 Brigitte Surer, Matthias Troyer

PrevUpHomeNext