26 Jul
2009
26 Jul
'09
5:16 a.m.
AMDG Diederick C. Niehorster wrote:
template<class Dist> class CRandom { public: <snip> private: boost::variate_generatorboost::mt19937,Dist Gen; };
This copies the engine. Try boost::variate_generatorboost::mt19937&,Dist In Christ, Steven Watanabe