|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.ParetoRNG
public class ParetoRNG
A random number generator for a Pareto distribution
Constructor Summary | |
---|---|
ParetoRNG(java.util.Random rng,
double k,
double minValue,
double maxValue)
Creates a new Pareto random number generator that makes use of a normal random number generator |
Method Summary | |
---|---|
double |
getDouble()
Returns a Pareto distributed double value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParetoRNG(java.util.Random rng, double k, double minValue, double maxValue)
rng
- k
- minValue
- maxValue
- Method Detail |
---|
public double getDouble()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |