Class UniformDistributionOverBox

    • Constructor Detail

      • UniformDistributionOverBox

        public UniformDistributionOverBox​(RandomLongGenerator uniform,
                                          RealInterval... bounds)
        Constructs a random vector generator to uniformly sample points over a box region.
        Parameters:
        uniform - a uniform random number generator
        bounds - the feasible box region
      • UniformDistributionOverBox

        public UniformDistributionOverBox​(RealInterval... bounds)
        Constructs a random vector generator to uniformly sample points over a box region.
        Parameters:
        bounds - the feasible box region
    • 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