17 #include <boost/random.hpp>
26 template <
typename TmplRng=boost::mt19937>
31 typedef boost::uniform_real<> UniformReal;
32 typedef boost::variate_generator<Rng &, UniformReal> Generator;
56 template <
typename Tmpl>
64 template <
typename TmplIt>
65 void seed(TmplIt begin, TmplIt end);
69 UniformReal m_uniform;
70 Generator m_generator;
82 #include "Foundation/Rng.hpp"