![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::uniform_on_sphere_n<1, RealType, Cont>
// In header: <alps/random/uniform_on_sphere_n.h> template<typename RealType, typename Cont> class uniform_on_sphere_n<1, RealType, Cont> { public: // types typedef RealType input_type; typedef Cont result_type; // construct/copy/destruct uniform_on_sphere_n(); // public member functions BOOST_STATIC_CONSTANT(int, dim = 1); void reset(); template<typename Engine> const result_type & operator()(Engine &); };
Copyright © 2006-2008 Brigitte Surer, Matthias Troyer |