Package jsl.utilities.random
Interface RandomIfc
-
- All Superinterfaces:
GetRandomNumberStreamIfc,GetValueIfc,RNStreamControlIfc,SampleIfc,SetRandomNumberStreamIfc
- All Known Subinterfaces:
RVariableIfc
- All Known Implementing Classes:
AbstractRVariable,AR1NormalRV,BernoulliRV,BetaRV,BinomialRV,ChiSquaredRV,ConstantRV,DEmpiricalRV,DPopulation,DUniformRV,EmpiricalRV,ExponentialRV,GammaRV,GeneralizedBetaRV,GeometricRV,Hyper2ExponentialRV,InverseCDFRV,JohnsonBRV,LaplaceRV,LogLogisticRV,LognormalRV,MetropolisHastings1D,MixtureRV,NegativeBinomialRV,NHPPTimeBtwEventRV,NormalRV,PearsonType5RV,PearsonType6RV,PoissonRV,RandomVariable,ShiftedGeometricRV,ShiftedRV,StudentTRV,TriangularRV,TruncatedRV,TwoStateMarkovChain,UniformRV,VConstantRV,WeibullRV
public interface RandomIfc extends SampleIfc, GetValueIfc, RNStreamControlIfc, SetRandomNumberStreamIfc, GetRandomNumberStreamIfc
-
-
Method Summary
-
Methods inherited from interface jsl.utilities.random.rng.GetRandomNumberStreamIfc
getRandomNumberStream, getStreamNumber
-
Methods inherited from interface jsl.utilities.GetValueIfc
getValue
-
Methods inherited from interface jsl.utilities.random.rng.RNStreamControlIfc
advanceToNextSubstream, getAntitheticOption, resetStartStream, resetStartSubstream, setAntitheticOption
-
Methods inherited from interface jsl.utilities.random.rng.SetRandomNumberStreamIfc
setRandomNumberStream, setRandomNumberStream
-
-