Package jsl.utilities.random.rng
Interface SetRandomNumberStreamIfc
-
- All Known Subinterfaces:
MVRVariableIfc,RandomElementIfc,RandomIfc,RElementIfc<T>,RListIfc<T>,RVariableIfc
- All Known Implementing Classes:
AbstractMVRVariable,AbstractRVariable,AR1CorrelatedRNStream,AR1NormalRV,BernoulliRV,BetaRV,BinomialRV,BivariateLogNormalRV,BivariateNormalRV,Bootstrap,ChiSquaredRV,ConstantRV,DEmpiricalList,DEmpiricalRV,DPopulation,DUniformList,DUniformRV,EmpiricalRV,ExponentialRV,GammaRV,GeneralizedBetaRV,GeometricRV,Hyper2ExponentialRV,InverseCDFRV,JohnsonBRV,LaplaceRV,LogLogisticRV,LognormalRV,MetropolisHastings1D,MetropolisHastingsMV,MixtureRV,NegativeBinomialRV,NHPPTimeBtwEventRV,NormalRV,NWayByChanceQObjectSender,NWayByChanceStationSender,PearsonType5RV,PearsonType6RV,PoissonRV,RandomElement,RandomList,RandomVariable,ResourcePool,ResourcePoolWithQ,RList,ShiftedGeometricRV,ShiftedRV,StudentTRV,TriangularRV,TruncatedRV,TwoStateMarkovChain,TwoWayByChanceQObjectSender,TwoWayByChanceStationSender,UniformRV,VConstantRV,WeibullRV
public interface SetRandomNumberStreamIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidsetRandomNumberStream(int streamNumber)Assigns the stream associated with the supplied number from the default RNStreamProvidervoidsetRandomNumberStream(RNStreamIfc stream)Sets the underlying random number stream
-
-
-
Method Detail
-
setRandomNumberStream
void setRandomNumberStream(RNStreamIfc stream)
Sets the underlying random number stream- Parameters:
stream- the reference to the random number stream, must not be null
-
setRandomNumberStream
default void setRandomNumberStream(int streamNumber)
Assigns the stream associated with the supplied number from the default RNStreamProvider- Parameters:
streamNumber- a stream number, 1, 2, etc.
-
-