Uses of Interface
bcds.tools.random.RndGen

Packages that use RndGen
bcds.phison.gentraf   
bcds.tools.random   
 

Uses of RndGen in bcds.phison.gentraf
 

Methods in bcds.phison.gentraf with parameters of type RndGen
 void TrafficGenerator.setDemandTypeGen(RndGen gen_demtype)
           
 

Constructors in bcds.phison.gentraf with parameters of type RndGen
TrafficGenerator(int[][] m, RndGen gen_cap, RndGen gen_holding_time)
           
 

Uses of RndGen in bcds.tools.random
 

Classes in bcds.tools.random that implement RndGen
 class RndArea
          Selects random values from a list, where the probability of being selected depends on the elements' "proportion" (or share) within the group.
 class RndExp
          Generates random values according to an exponential distribution.
 class RndLogNormal
          Generates random values following a lognormal distribution with given mean and standard deviation.
 class RndNormal
          Generates random values following a normal or "Gaussian" distribution with given mean and standard deviation.
 class RndPareto
          Generates random values following a Pareto distribution.
 class RndUnif
          Generates uniformly distributed random values in the range [0, max).