Erzeuge TargetDistribution im Construcor und über das Random object als final
//im Construkturthis.targetDistribution = new TargetDistribution(random);
Erzeuge TargetDistribution im Construcor und über das Random object als final
```
//im Construktur
this.targetDistribution = new TargetDistribution(random);
```