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