java.lang.Object
org.ojalgo.random.RandomNumber
org.ojalgo.random.AbstractContinuous
- All Implemented Interfaces:
Comparable<RandomNumber>,DoubleSupplier,Supplier<Double>,BasicFunction,NullaryFunction<Double>,PrimitiveFunction.Nullary,ContinuousDistribution,Distribution,AccessScalar<Double>,ComparableNumber<RandomNumber>,NumberDefinition
- Direct Known Subclasses:
Cauchy,ChiSquareDistribution,Exponential,LogNormal,Normal,TDistribution,Uniform
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.function.BasicFunction
BasicFunction.Differentiable<N extends Comparable<N>,F extends BasicFunction>, BasicFunction.Integratable<N extends Comparable<N>, F extends BasicFunction>, BasicFunction.PlainUnary<T, R> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.random.RandomNumber
checkProbabilty, compareTo, doubleValue, floatValue, getStandardDeviation, getVariance, intValue, invoke, longValue, newSampleSet, random, setRandom, setSeed, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ojalgo.random.ContinuousDistribution
getDensity, getDistribution, getLowerConfidenceQuantile, getQuantile, getUpperConfidenceQuantileMethods inherited from interface org.ojalgo.random.Distribution
getExpected, getStandardDeviation, getVarianceMethods inherited from interface org.ojalgo.function.NullaryFunction
andThen, get, getAsDoubleMethods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, shortValue
-
Constructor Details
-
AbstractContinuous
AbstractContinuous()
-
-
Method Details
-
generate
protected double generate()- Specified by:
generatein classRandomNumber
-