Package jsl.utilities.random.rng
Interface GetAntitheticValueIfc
-
- All Known Subinterfaces:
RandU01Ifc
,RNStreamIfc
- All Known Implementing Classes:
AR1CorrelatedRNStream
,JavaRNG
,MarseRobertsLCG
,PMMLCG
,RNStreamFactory.RNStream
,RNStreamFactoryDepracated.RNStream
,RNStreamMakerBU.RNStream
public interface GetAntitheticValueIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAntitheticValue()
Returns the antithetic value of the previous value
-