|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RndGenBase | |
---|---|
bcds.tools.random |
Uses of RndGenBase in bcds.tools.random |
---|
Subclasses of RndGenBase in bcds.tools.random | |
---|---|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |