24 Dec
2004
24 Dec
'04
10:17 a.m.
Dear all,
Using the following (slightly manipulated) sample code
of Boost.Random, I'm always gettig the same sequence:
boost::mt19937 rng;
boost::uniform_int<> six(1,6);
boost::variate_generator