Class BoxMullerLogNormalSampler

    • Constructor Detail

      • BoxMullerLogNormalSampler

        public BoxMullerLogNormalSampler​(UniformRandomProvider rng,
                                         double scale,
                                         double shape)
        Deprecated.
        Parameters:
        rng - Generator of uniformly distributed random numbers.
        scale - Scale of the log-normal distribution.
        shape - Shape of the log-normal distribution.
        Throws:
        IllegalArgumentException - if scale < 0 or shape <= 0.