Uses of Class
jasima.core.random.RandomFactory
-
Packages that use RandomFactory Package Description jasima.core.random jasima.core.simulation jasima.shopSim.core -
-
Uses of RandomFactory in jasima.core.random
Subclasses of RandomFactory in jasima.core.random Modifier and Type Class Description classRandomFactoryOldDeprecated.UseRandomFactoryinstead.Fields in jasima.core.random with type parameters of type RandomFactory Modifier and Type Field Description static Class<? extends RandomFactory>RandomFactory. randomFactoryClassMethods in jasima.core.random that return RandomFactory Modifier and Type Method Description static RandomFactoryRandomFactory. newInstance()Factory method to create a new instance ofRandomFactory. -
Uses of RandomFactory in jasima.core.simulation
Methods in jasima.core.simulation that return RandomFactory Modifier and Type Method Description RandomFactorySimulation. getRndStreamFactory()Methods in jasima.core.simulation with parameters of type RandomFactory Modifier and Type Method Description voidSimulation. setRndStreamFactory(RandomFactory rndStreamFactory)Sets the random factory to use to create random number streams for stochastic simulations. -
Uses of RandomFactory in jasima.shopSim.core
Methods in jasima.shopSim.core with parameters of type RandomFactory Modifier and Type Method Description protected static voidDynamicJobSource. init(DblSequence dblStream, String streamName, RandomFactory fact)
-