207208209210211212213214215
} private void optionConstant(RandomizeNetworkDialog dialog) { double value = dialog.getConstantValue().getValue(); ConstRandomizer r = new ConstRandomizer(value); r.randomize((BasicNetwork)this.method); setDirty(true); }