Class InverseTransformSamplingEVDRNG

    • Constructor Detail

      • InverseTransformSamplingEVDRNG

        public InverseTransformSamplingEVDRNG​(UnivariateEVD dist)
        Create an instance with the given extreme value distribution.
        Parameters:
        dist - the extreme value distribution
      • InverseTransformSamplingEVDRNG

        public InverseTransformSamplingEVDRNG​(UnivariateEVD dist,
                                              long... seeds)
        Create an instance with the given extreme value distribution and seeds for this random number generator.
        Parameters:
        dist - the extreme value distribution
        seeds - the seeds
    • 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