webWizard build.bat does not reproduce original webWizard szenario
webWizard calls randomTrips as a library multiple times (accumulationg rng calls) whereas build.bat calls randomTrips as stand-alone prozess with a fresh seed each call. This makes it quite hard to reproduce test results. (extractTest doesn't work and only calling toolrunner directly works). It might be a good idea to let webwizard call the generated build.bat rather than using randomTrips as a library.
a side effect of calling build.bat: there is a high correlation of selected locations for the different modes because each new call to randomTrips picks the same sequence of random locations (as long as they have the same probability options, i.e. fringe-factor)
When calling build-bat directly, it would be good to set a different random seed for each of the randomTrips calls.
@bcoueraud87 for you
@behrisch Please assign me.