Package bcds.tools.random

Interface Summary
RndGen Interface for random number generators.
 

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