public SpectralSynthesis(Random random) { _random = random; _gauss = new GaussDistribution(random); }