182183184185186187188189
} public void randomizeWeights(Random random) { this.randomizeWeights( new WeightsRandomizer( random ) ); }