![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::random::parallel::seed
// In header: <alps/random/parallel/seed.hpp> template<typename PRNG> void seed(PRNG & prng, unsigned int num, unsigned int total);
provides a default implementation of the default parallel seeding function by asssuming a named parameter seeding interface. It is implemented as prng.seed
(stream_number=num, total_streams=total);
Requirements: 0 <= num
< total
Parameters: |
|
Copyright © 2006-2008 Brigitte Surer, Matthias Troyer |