Variable Config.maxValue

maximal random number tested

struct Config
{
  // ...
  double maxValue = 1.00000e+06;
  // ...
}