Class ThinRVG

    • Constructor Detail

      • ThinRVG

        public ThinRVG​(RandomVectorGenerator rvg,
                       int m)
        Constructs a thinned RVG.
        Parameters:
        rvg - an underlying RVG
        m - the number of items to draw from the underlying RVG for each draw
    • 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