Package jsl.utilities.random.rvariable
Class VConstantRV
- java.lang.Object
-
- jsl.utilities.random.rvariable.ConstantRV
-
- jsl.utilities.random.rvariable.VConstantRV
-
- All Implemented Interfaces:
java.util.function.DoubleSupplier
,GetNameIfc
,GetValueIfc
,IdentityIfc
,PreviousValueIfc
,RandomIfc
,GetRandomNumberStreamIfc
,RNStreamControlIfc
,SetRandomNumberStreamIfc
,NewAntitheticInstanceIfc
,RVariableIfc
,SampleIfc
public class VConstantRV extends ConstantRV
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jsl.utilities.random.rvariable.RVariableIfc
RVariableIfc.RVType
-
-
Field Summary
-
Fields inherited from class jsl.utilities.random.rvariable.ConstantRV
myValue, ONE, POSITIVE_INFINITY, TWO, ZERO
-
-
Constructor Summary
Constructors Constructor Description VConstantRV(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValue(double value)
-
Methods inherited from class jsl.utilities.random.rvariable.ConstantRV
advanceToNextSubstream, getAntitheticOption, getId, getName, getPreviousValue, getRandomNumberStream, makeControls, newAntitheticInstance, newInstance, newInstance, resetStartStream, resetStartSubstream, sample, setAntitheticOption, setName, setRandomNumberStream, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jsl.utilities.random.rng.GetRandomNumberStreamIfc
getStreamNumber
-
Methods inherited from interface jsl.utilities.random.rvariable.RVariableIfc
asDoubleStream, getAsDouble, getSumOfValues, getValue
-
Methods inherited from interface jsl.utilities.random.rng.SetRandomNumberStreamIfc
setRandomNumberStream
-
-