Class BoxMullerGaussianSampler

    • Constructor Detail

      • BoxMullerGaussianSampler

        public BoxMullerGaussianSampler​(UniformRandomProvider rng,
                                        double mean,
                                        double standardDeviation)
        Deprecated.
        Parameters:
        rng - Generator of uniformly distributed random numbers.
        mean - Mean of the Gaussian distribution.
        standardDeviation - Standard deviation of the Gaussian distribution.
        Throws:
        IllegalArgumentException - if standardDeviation <= 0