Class BurnInRNG

    • Constructor Detail

      • BurnInRNG

        public BurnInRNG​(RandomNumberGenerator rvg,
                         int burnInSamples)
        Construct a burn-in RNG.
        Parameters:
        rvg - an underlying RNG
        burnInSamples - the number of initial samples to be discarded
    • 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