The default_random_engine is an implementation based engine. In our tests we found that the first element generated by this is always a multiple of the seed (seed x 0.0000078259).
Changing this to mt19937 fixes this issue and makes it consistent across implementations.
The default_random_engine is an implementation based engine. In our tests we found that the first element generated by this is always a multiple of the seed (seed x 0.0000078259).
Changing this to mt19937 fixes this issue and makes it consistent across implementations.