Package jsl.utilities.random.rng
Interface GetAntitheticStreamIfc
-
- All Known Subinterfaces:
RNStreamIfc
- All Known Implementing Classes:
AR1CorrelatedRNStream
,RNStreamFactory.RNStream
,RNStreamFactoryDepracated.RNStream
,RNStreamMakerBU.RNStream
public interface GetAntitheticStreamIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RNStreamIfc
newAntitheticInstance()
RNStreamIfc
newAntitheticInstance(java.lang.String name)
-
-
-
Method Detail
-
newAntitheticInstance
RNStreamIfc newAntitheticInstance(java.lang.String name)
- Parameters:
name
- the name of the antithetic instance- Returns:
- a copy of the stream that produces antithetic value
-
newAntitheticInstance
RNStreamIfc newAntitheticInstance()
- Returns:
- a copy of the stream that produces antithetic value
-
-