Class ZipfDistr

    • Constructor Detail

      • ZipfDistr

        public ZipfDistr​(long seed,
                         double shape,
                         int population)
        Instantiates a new Zipf pseudo random number generator.
        Parameters:
        seed - the seed
        shape - the shape
        population - the population
      • ZipfDistr

        public ZipfDistr​(double shape,
                         int population)
        Instantiates a new Zipf pseudo random number generator.
        Parameters:
        shape - the shape
        population - the population