Class BoxMullerLogNormalSampler

    • Constructor Detail

      • BoxMullerLogNormalSampler

        public BoxMullerLogNormalSampler​(org.apache.commons.rng.UniformRandomProvider rng,
                                         double mu,
                                         double sigma)
        Deprecated.
        Create an instance.
        Parameters:
        rng - Generator of uniformly distributed random numbers.
        mu - Mean of the natural logarithm of the distribution values.
        sigma - Standard deviation of the natural logarithm of the distribution values.
        Throws:
        IllegalArgumentException - if sigma <= 0.