Class LogNormalRNG

    • Constructor Detail

      • LogNormalRNG

        public LogNormalRNG​(NormalRNG rnorm)
        Construct a random number generator to sample from the log-normal distribution.
        Parameters:
        rnorm - a random number generator that samples from the normal distribution
      • LogNormalRNG

        public LogNormalRNG​(double logMean,
                            double logSigma)
        Construct a random number generator to sample from the log-normal distribution.
        Parameters:
        logMean - the log of mean
        logSigma - the log of standard deviation
    • Method Detail

      • seed

        public void seed​(long... seeds)
        Description copied from interface: Seedable
        Seed the random number/vector/scenario generator to produce repeatable experiments.
        Specified by:
        seed in interface Seedable
        Parameters:
        seeds - the seeds