Variable Config.minValue

minimal random number tested

struct Config
{
  // ...
  double minValue = -1e+06;
  // ...
}