dialog.getConstLow().setValue(-1);
dialog.getSeedValue().setValue(1000);
dialog.getConstantValue().setValue(0);
dialog.getPerturbPercent().setValue(0.01);
if (dialog.process()) {
switch (dialog.getCurrentTab()) {
case 0:
optionRandomize(dialog);
break;