[Random] Differing values from minstd_rand in v1.35.0

Dear all,
After moving from boost 1.34.1 to 1.35.0 I have noticed that the
sequence of values returned by the minstd_rand generator has changed.
The following code snippet generates different values with 1.35.0 than
it did with 1.34.x and 1.33.x:
//-------------------------
typedef boost::minstd_rand rng_type;
typedef boost::uniform_int<> distrib_type;
typedef boost::variate_generator
participants (1)
-
Greg Landrum