ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Function operator<<

alps::operator<<

Synopsis

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


std::ostream & operator<<(std::ostream & os, const buffered_rng_base & r);

Description

writes the state of the generator to a std::ostream

See Also:

buffered_rng_base

Copyright © 2006-2008 Brigitte Surer, Matthias Troyer

PrevUpHomeNext