Variable Config.maxSize

maximal random number of array elements tested

struct Config
{
  // ...
  ulong maxSize = 100LU;
  // ...
}