Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

R

r - Variable in class simkit.random.NegativeBinomialVariate
 
rand - Variable in class simkit.test.TestBooleanSimpleStats
 
randInt(int, int) - Method in class simkit.random.RngStream
 
RANDOM_INSTANCE_KEY - Static variable in class simkit.random.RandomVariateFactory
 
RANDOM_NUMBER_CLASSNAME_KEY - Static variable in class simkit.random.RandomVariateFactory
 
RANDOM_NUMBER_STREAM_ID_KEY - Static variable in class simkit.random.RandomVariateFactory
 
RANDOM_NUMBER_SUBSTREAM_ID_KEY - Static variable in class simkit.random.RandomVariateFactory
 
RANDOM_VARIATE_CLASSNAME_KEY - Static variable in class simkit.random.RandomVariateFactory
 
randomizeSeeds() - Method in class simkit.random.RNG
Sets both seeds to 42.
RandomLocationMoverManager - Class in simkit.smdx
Causes the controlled Mover to move to random points at random speeds.
RandomLocationMoverManager() - Constructor for class simkit.smdx.RandomLocationMoverManager
 
RandomLocationMoverManager(Mover, RandomVariate[], RandomVariate) - Constructor for class simkit.smdx.RandomLocationMoverManager
Creates a new instance of RandomLocationMoverManager.
RandomLocationMoverManager(Mover, RandomVariate[]) - Constructor for class simkit.smdx.RandomLocationMoverManager
Creates a new instance of RandomLocationMoverManager that moves the Mover at its maximum speedGen.
RandomMoverManager - Class in simkit.smd
MoverManager that generates a random Point2D and directs its Mover to go there.
RandomMoverManager() - Constructor for class simkit.smd.RandomMoverManager
 
RandomMoverManager(Mover, RandomVariate[], boolean) - Constructor for class simkit.smd.RandomMoverManager
Instantiate a RandomMoverManager with the given Mover, Random coordinate generators and whether to start immediately.
RandomNumber - Interface in simkit.random
The common interface for all classes that generate random numbers.
randomNumberClasses - Variable in class simkit.util.ClassFinder
 
RandomNumberFactory - Class in simkit.random
A factory for creating instances of RandomNumber.
RandomNumberFactory() - Constructor for class simkit.random.RandomNumberFactory
This factory should not be instantiated.
RandomNumberStream - Interface in simkit.random
 
RandomObjectVariate<T> - Interface in simkit.random
 
RandomPointGenerator - Class in simkit.random
Generates a random Point2D as prescribed by a pair of RandomVariates.
RandomPointGenerator(Point2D[]) - Constructor for class simkit.random.RandomPointGenerator
Creates a new RandomPointGenerator with the specified corner points.
RandomPointGenerator(double[]) - Constructor for class simkit.random.RandomPointGenerator
Creates a new RandomPointGenerator with the x and y points uniformly distributed between the minimum and maximum x and y specified.
RandomPointGenerator(RandomVariate[]) - Constructor for class simkit.random.RandomPointGenerator
Creates a new instance of RandomPointGenerator with the given RandomVariates.
RandomVariate - Interface in simkit.random
The common interface for all random variate generation classes and the parent interface for specialized random variate interfaces.
randomVariate - Variable in class simkit.random.TruncatedVariate
 
RandomVariateBase - Class in simkit.random
The base class for Simkit's random variate generator classes.
RandomVariateBase() - Constructor for class simkit.random.RandomVariateBase
Creates a new RandomVariateBase with the default RandomNumber.
RandomVariateBuilder - Class in simkit.xml
Creates instances of RandomVariates from xml Elements.
RandomVariateBuilder() - Constructor for class simkit.xml.RandomVariateBuilder
 
randomVariateClasses - Variable in class simkit.util.ClassFinder
 
RandomVariateFactory - Class in simkit.random
Factory for creating RandomVariate instances from "orders".
RandomVariateFactory() - Constructor for class simkit.random.RandomVariateFactory
This factory Class should never by instantiated.
RandomVector - Interface in simkit.random
The common interface for all random vector classes.
RandomVectorFactory - Class in simkit.random
Factory for creating RandomVector instances from "orders".
RandomVectorFactory() - Constructor for class simkit.random.RandomVectorFactory
This factory Class should never by instantiated.
randU01() - Method in class simkit.random.RngStream
 
range - Variable in class simkit.random.DiscreteUniformVariate
The difference between the min and max, precalculated for performance.
range - Variable in class simkit.random.RightWedgeVariate
 
range - Variable in class simkit.random.UniformVariate
The difference between the maximum and minimum values.
range - Variable in class simkit.smd.CircularImpactMunition
The radius of the circle affected by the Munition.
range - Variable in class simkit.smdx.CircularImpactMunition
The radius of the circle affected by the Munition.
rate(double) - Method in class simkit.test.TestNHPoissonProcessThinned
 
rateInvoker - Variable in class simkit.random.NHPoissonProcess_64Variate
The instance of an Object that contains the inverse expectation function.
rateInvoker - Variable in class simkit.random.NHPoissonProcessVariate
The instance of an Object that contains the inverse expectation function.
rateInvoker - Variable in class simkit.random.NPPoissonProcessThinned_64Variate
 
rateInvoker - Variable in class simkit.random.NPPoissonProcessThinnedVariate
 
rateMethod - Variable in class simkit.random.NPPoissonProcessThinned_64Variate
 
rateMethod - Variable in class simkit.random.NPPoissonProcessThinnedVariate
 
rates - Variable in class simkit.random.CyclicalStepwiseIntegratedRate
 
rawData - Variable in class simkit.stat.QuantileTallyStat
 
readOut - Variable in class simkit.actions.test.MultipleViews
 
reallyVerbose - Variable in class simkit.BasicAssembly
 
reallyVerbose - Variable in class simkit.EventList
Causes additional debug/trace information to be printed.
realTimeStep - Variable in class simkit.animate.PingThread
Actual amount of time taken by a time step
rect - Variable in class simkit.test.TestJava2D
 
rect - Variable in class simkit.test.TestJava2D_Area
 
RED - Static variable in class simkit.smdx.Side
Red
ReDispatchListener() - Constructor for class simkit.test.TestSimEventRedispatcher.ReDispatchListener
 
ReDispatchListener() - Constructor for class simkit.test.TestSimEventRedispatcher1.ReDispatchListener
 
register(SimEntity) - Method in class simkit.smdx.SensorTargetReferee
Registers the given SimEntity with this referee.
REJECTED - Static variable in class simkit.random.MersenneTwisterFactory
 
reload(int) - Method in class simkit.smdx.BasicWeapon
Deprecated.
 
reload(int) - Method in interface simkit.smdx.Weapon
Adds the given number of rounds to this Weapons inventory.
removeAllPropertyChangeListeners(PropertyChangeSource) - Static method in class simkit.util.Misc
Removes all of the PropertyChangeListners currently registers with the given PropertChangeSource.
removeAllSimEventListeners(SimEventSource) - Static method in class simkit.util.Misc
Removes all of the SimEventListners currently registers with the given SimEventSource.
removeBackgroundImage() - Method in class simkit.animate.Sandbox
 
removeBackgroundImage() - Method in class simkit.smdx.animate.Sandbox
 
removeComponent(Component) - Method in class simkit.smdx.animate.AnimationFrame
.
removeEventList(int) - Static method in class simkit.Schedule
Removes the EventList corresponding to the given id.
removeExitLabel() - Method in class simkit.animate.PingPanel
 
removeFilteredEvent(String) - Method in class simkit.SimEventFilter
Removes a filtered event
removeFromEntityEventMap(SimEvent) - Method in class simkit.EventList
Removes the given SimEvent from the entity event Map.
removeFromHashEventMap(SimEvent) - Method in class simkit.EventList
Removes the given SimEvent from the hash event Map.
removeIgnoreOnDump(String) - Method in interface simkit.BasicEventList
Events of this name now will be printed in verbose mode.
removeIgnoreOnDump(String) - Method in class simkit.EventList
 
removeIgnoreOnDump(String) - Static method in class simkit.Schedule
Stop ignoring this event on dump().
removeListeners(Object) - Method in class simkit.EventList
Removes all SimEventListeners and PropertyChangelisteners from the given SimEntity
removeMover(Mover) - Method in class simkit.smdx.test.AnimationTest
Adds a new mover.
removePropertyChangeListener(PropertyChangeListener) - Method in class simkit.BasicSimEntity
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class simkit.BasicSimEntity
 
removePropertyChangeListener(PropertyChangeListener) - Method in class simkit.PropertyChangeDispatcher
Removes the listener from the unnamed listeners.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class simkit.PropertyChangeDispatcher
Removes the listener for this given property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface simkit.PropertyChangeSource
Causes the PropertyChangeListener to stop listening.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface simkit.PropertyChangeSource
Causes the PropertyChangeListener to stop listening.
removePropertyChangeListener(PropertyChangeListener) - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
 
removeRerun(ReRunnable) - Method in interface simkit.BasicEventList
Remove the given SimEntity from the reRun list
removeRerun(ReRunnable) - Method in class simkit.EventList
 
removeRerun(ReRunnable) - Static method in class simkit.Schedule
Removes the SimEntity from the list of entities with Run events.
removeResetter(Object) - Method in class simkit.util.Resetter
Removes given object.
removeSearchPackage(String) - Static method in class simkit.random.RandomNumberFactory
Removes the given package from the search path.
removeSearchPackage(String) - Static method in class simkit.random.RandomVariateFactory
Remove the given package from SEARCH_PACKAGES
removeSimEventListener(SimEventListener) - Method in class simkit.BasicSimEventSource
Unregisters the given SimEventListener.
removeSimEventListener(SimEventListener) - Method in interface simkit.SimEventSource
Unregister a listener.
removeSimEventListener(SimEventListener) - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
 
removeTarget(Target) - Method in class simkit.smd.MunitionTargetReferee
 
removeTarget(Target) - Method in class simkit.smdx.MunitionTargetReferee
Removes a Target from the list of registered Targets.
removeVerboseButton() - Method in class simkit.animate.PingPanel
 
removeVerboseButton() - Method in class simkit.animate.VCRControlPanel
 
removeWayPoint(Point2D) - Method in class simkit.smdx.PathMoverManager
Removes the given point from the path.
renegeTimeGenerator - Variable in class simkit.examples.ServerWithReneges
 
RenewalProcessVariate - Class in simkit.random
Generates arrival times for a renewal process.
RenewalProcessVariate() - Constructor for class simkit.random.RenewalProcessVariate
Creates new RenewalProcessVariate with no supporting RandomVariate specified.
replicationData - Variable in class simkit.BasicAssembly
 
replicationDidFinish() - Method in class simkit.BasicAssembly
Hook method called after the event list runs to completion for a replication.
replicationStats - Variable in class simkit.BasicAssembly
 
reportContainment() - Method in class simkit.smdx.test.TestShapeTransformHitTests
 
reportIntersections() - Method in class simkit.smdx.test.TestShapeTransformIntersectionTests
 
reRun - Variable in class simkit.EventList
Holds a list of entities with Run events.
ReRunnable - Interface in simkit
Interface for objects who wish to participate in the re-runnable scheme implemented by EventList and Schedule.
reRunnable - Variable in class simkit.SimEntityBaseProtected
True if the entity has a doRun method.
ResampleVariate - Class in simkit.random
Generates random variates by resampling from a given data array.
ResampleVariate() - Constructor for class simkit.random.ResampleVariate
 
reset() - Method in class simkit.animate.PingPainter
 
reset() - Method in class simkit.animate.PingThread
Reset state: pinging and resetOnce to false
reset() - Method in class simkit.animate.VCRControlPanel.UpdateTimeLabel
 
reset() - Method in class simkit.BasicAssembly
Resets all inner stats.
reset() - Method in interface simkit.BasicEventList
Performs (at least) the following: Empty the pending event list Sets simulation time to 0.0
reset() - Method in class simkit.BasicSimEntity
Resets this BasicSimEntity by canceling all of its pending SimEvents.
reset() - Method in class simkit.EventCounter
Clear the entire map of all names and counts
reset() - Method in class simkit.EventList
Performs the following: Empties the event list Sets simulation time to 0.0 Invokes reset() on each persistent SimEntity in reRun Removes all listeners for every transient SimEntity in reRun.
reset() - Method in class simkit.examples.ArrivalProcess
Resets the number of arrivals to 0
reset() - Method in class simkit.examples.ArrivalProcess2
Resets to the original state.
reset() - Method in class simkit.examples.EntityServer
Clear queue, set numberAvailableServers to total number of servers.
reset() - Method in class simkit.examples.IntegerArrivalListener
resets nextCustomer to 0
reset() - Method in class simkit.examples.ServerWithReneges
Set initial values of all state variables.
reset() - Method in class simkit.examples.SimpleServer
Resets the system to its initial state: numberInQueue = 0 numberAvailableServers = totalNumberServers numberServed = 0
reset() - Method in class simkit.examples.SimpleServer2
Resets state to empty and idle with no customers processed.
reset() - Method in class simkit.examples.TimeListener
 
reset() - Method in class simkit.examples.TransferLine
Resets the system to its initial state.
reset() - Method in class simkit.nss.NativeBasicSimEntity
Perform whatever initializations are required.
reset() - Method in class simkit.random.DataVariate
 
reset() - Method in class simkit.random.NHPoissonProcess_64Variate
 
reset() - Method in class simkit.random.NHPoissonProcessVariate
 
reset() - Method in class simkit.random.NPPoissonProcessThinned_64Variate
Rests startTime and lastTime to the starting simulation time.
reset() - Method in class simkit.random.NPPoissonProcessThinnedVariate
Rests startTime and lastTime to the starting simulation time.
reset() - Method in interface simkit.ReRunnable
 
reset() - Static method in class simkit.Schedule
Clears the event list and starts time at 0.0.
reset() - Method in class simkit.SimEntityBaseRetainedProperties
If retainAddedProperties is set to true (default), reconstruct all added properties.
reset() - Method in class simkit.smd.BasicLinearMover
lastStopLocation set to initialLocation; speed and velocity set to 0, destination set to "NaN" Point2D.
reset() - Method in class simkit.smd.BasicSensor
Empty the contacts set.
reset() - Method in class simkit.smd.CircularImpactMunition
Returns the Munition to its original location in an un-expended state.
reset() - Method in class simkit.smd.MunitionTargetReferee
If clearOnReset is true, clears the list of registered Targets.
reset() - Method in class simkit.smd.PathMoverManager
Set nextWayPointIter to beginning of waypoint
reset() - Method in class simkit.smd.SensorMoverReferee
Clear movers and sensors.
reset() - Method in class simkit.smd.SimpleTarget
Returns this to its original location, and makes it alive.
reset() - Method in class simkit.smdx.AcceleratedMover
Deprecated.
 
reset() - Method in class simkit.smdx.CircularImpactMunition
Cancels all pending events and returns the Munition to its original location in an un-expended state.
reset() - Method in class simkit.smdx.CookieCutterMediator
Clears the list of contacts and calls super.
reset() - Method in class simkit.smdx.CookieCutterSensor
Clears all pending events for this Sensor and clears the contact list.
reset() - Method in class simkit.smdx.FormationMoverManager
Resets to the initial station value.
reset() - Method in class simkit.smdx.FormationMoverManager.SurrogateTarget
 
reset() - Method in class simkit.smdx.MunitionTargetReferee
Cancels all pending events for this referee and if clearOnReset is true, clears the list of registered Targets.
reset() - Method in class simkit.smdx.PathMoverManager
Cancels all pending events for this MoverManager and if startOnReset is true, schedule Start event.
reset() - Method in class simkit.smdx.RandomLocationMoverManager
Cancels all pending events for this MoverManager and if startOnReset is true, starts the Mover's motion.
reset() - Method in class simkit.smdx.SensorTargetReferee
Cancels all pending SimEvents and if clearOnReset is true, unregisters all Sensors and targets (Movers).
reset() - Method in class simkit.smdx.SimpleTarget
Returns this to its original location, and makes it alive.
reset() - Method in class simkit.smdx.UniformLinearMover
Cancels all pending SimEvents for this Mover and returns it to its original location stopped.
reset() - Method in class simkit.stat.AbstractSimpleStats
 
reset() - Method in class simkit.stat.BivariateSimpleStatsTally
reset marginals, diff array and covariance to 0.0
reset() - Method in class simkit.stat.BooleanCounter
Clear counters
reset() - Method in class simkit.stat.Histogram
 
reset() - Method in class simkit.stat.LinearSimpleStatsTimeVarying
 
reset() - Method in class simkit.stat.MultipleBooleanCounters
Reset all existing BooleanCounters
reset() - Method in class simkit.stat.MultipleEndingStateStatTally
 
reset() - Method in class simkit.stat.MultipleSimpleStatsTally
 
reset() - Method in class simkit.stat.MultipleSimpleStatsTimeVarying
 
reset() - Method in class simkit.stat.MultiStat
Resets this MultiStat to its original empty state.
reset() - Method in class simkit.stat.ObjectMultiTallyStat
 
reset() - Method in class simkit.stat.ObjectMultiTimeVaryingStat
 
reset() - Method in class simkit.stat.PercentageInStateStat
Should be called after Schedule.reset().
reset() - Method in class simkit.stat.QuantileTallyStat
 
reset() - Method in interface simkit.stat.SampleStatistics
Should reset/initialize all relevant counters.
reset() - Method in class simkit.stat.SimpleStatsTally
 
reset() - Method in class simkit.stat.SimpleStatsTimeVarying
 
reset() - Method in class simkit.stat.TallyStatsBySource
Clears all statistics
reset() - Method in class simkit.stat.TimeTruncatedTallyStat
 
reset() - Method in class simkit.stat.TimeTruncatedTallyStat.Truncate
set truncated to false
reset() - Method in class simkit.stat.TruncatingCollectionSizeTimeVarying
 
reset() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTally
 
reset() - Method in class simkit.stat.TruncatingMultipleSimpleStatsTimeVarying
 
reset() - Method in class simkit.stat.TruncatingSimpleStatsTally
 
reset() - Method in class simkit.stat.TruncatingSimpleStatsTimeVarying
sets truncated to false
reset() - Method in class simkit.test.MyListener
 
reset() - Method in class simkit.test.Resetter
 
reset() - Method in class simkit.test.SimEntityWithExtraData
 
reset() - Method in class simkit.test.TestLinearSimpleStatsTimeVarying
 
reset() - Method in class simkit.test.TestRenewalProcess
 
reset() - Method in class simkit.test.TestResetter
 
reset() - Method in class simkit.test.TestTruncatingSimpleStatsTimeVarying
 
reset() - Method in class simkit.util.CSVPropertyDataLogger
Clear all internal data
reset() - Static method in class simkit.util.EnumBase
Resets EnumBase back to its original, just loaded condition.
reset() - Method in class simkit.util.PropertyChangeListenerHelper
Sets lastEvent to null
reset() - Method in class simkit.util.Resetter
For all registered "resetters", invoke their declared "reset" method (typically the "reset()" method)
reset() - Method in class simkit.util.TimeBetweenEvent
set lastTime to eventList's time (normally 0.0)
reset() - Method in class simkit.util.TimeBetweenEvents
Set initial values of all state variables
resetNextSerial() - Static method in class simkit.BasicSimEntity
 
resetNextStream() - Method in class simkit.random.RngStream
Advances this instance to the next stream based on the current stream baseline.
resetNextSubstream() - Method in class simkit.random.RngStream
advances generator to the next substream
resetOnce - Variable in class simkit.animate.PingThread
True if Schedule.reset() has been called by this instance.
resetSeed() - Method in class simkit.random.Antithetic
Sets the seed to the value of the last setSeed.
resetSeed() - Method in class simkit.random.Congruential
Resets the seed to its original value.
resetSeed() - Method in class simkit.random.MersenneTwister
Resets seed to last setSeed() value
resetSeed() - Method in class simkit.random.MersenneTwisterDC
 
resetSeed() - Method in class simkit.random.Mother
Resets seed to last setSeed() value
resetSeed() - Method in class simkit.random.MRG32k3a
 
resetSeed() - Method in class simkit.random.NSSrng
 
resetSeed() - Method in class simkit.random.PooledGenerator
Deprecated.
Resets seed to last setSeed() value
resetSeed() - Method in class simkit.random.PooledGeneratorBase
Resets seed to last setSeed() value
resetSeed() - Method in interface simkit.random.RandomNumber
Resets seed to last setSeed() value
resetSeed() - Method in class simkit.random.RngStream
 
resetSeed() - Method in class simkit.random.Sequential
Sets the current value to 0.
resetSeed() - Method in class simkit.random.Tausworthe
Resets seed to last setSeed() value
resetSeed() - Method in class simkit.test.DummyGenerator
Resets seed to last setSeed() value
resetStartStream() - Method in class simkit.random.RngStream
Reset the stream to its own individual starting point at substream 0.
resetStartSubstream() - Method in class simkit.random.RngStream
Reset the stream to its own individual starting point.
Resetter - Class in simkit.test
 
Resetter(double) - Constructor for class simkit.test.Resetter
Creates new Resetter
Resetter - Class in simkit.util
 
Resetter() - Constructor for class simkit.util.Resetter
 
resetters - Variable in class simkit.util.Resetter
 
resetTime - Variable in class simkit.test.Resetter
 
resetToOriginalEventList() - Static method in class simkit.Schedule
Resets defaultEvent list to the original one.
result - Variable in class simkit.random.Mother
 
resume - Variable in class simkit.animate.PingPanel
 
resume() - Method in class simkit.animate.PingThread
 
retainAddedProperties - Variable in class simkit.SimEntityBaseRetainedProperties
 
rewind - Variable in class simkit.animate.PingPanel
 
rewind() - Method in class simkit.animate.PingPanel
 
rewind() - Method in class simkit.animate.PingThread
 
rewind() - Method in interface simkit.animate.VCRController
 
rho - Variable in class simkit.random.GammaARVariate
 
right - Variable in class simkit.random.RightWedgeVariate
 
right - Variable in class simkit.random.TriangleVariate
The right most or largest value.
rightMinusCenter - Variable in class simkit.random.TriangleVariate
 
RightWedgeVariate - Class in simkit.random
Generates a right wedge random variate.
RightWedgeVariate() - Constructor for class simkit.random.RightWedgeVariate
Creates a new instance of RightWedgeVariate; the parameters must be set prior to use.
rng - Variable in class simkit.random.Geometric_64Variate
The supporting RandomNumber instance.
rng - Variable in class simkit.random.GeometricVariate
The supporting RandomNumber instance.
rng - Variable in class simkit.random.NHPoissonProcess_64Variate
The instance of the supporting RandomNumber.
rng - Variable in class simkit.random.NHPoissonProcessVariate
The instance of the supporting RandomNumber.
rng - Variable in class simkit.random.Normal02_64Variate
The instance of the supporting RandomNumber.
rng - Variable in class simkit.random.Normal02Variate
The instance of the supporting RandomNumber.
rng - Variable in class simkit.random.NPPoissonProcessThinned_64Variate
 
rng - Variable in class simkit.random.NPPoissonProcessThinnedVariate
 
rng - Variable in class simkit.random.OscillatingExponential_64Variate
The supporting RandomNumber.
rng - Variable in class simkit.random.OscillatingExponentialVariate
The supporting RandomNumber.
rng - Variable in class simkit.random.RandomVariateBase
The supporting RandomNumber.
RNG - Class in simkit.random
Generates Uniform(0,1) random numbers by pooling the outcome of a Linear Congruential Generator (LCG) and a Tausworthe generator.
RNG() - Constructor for class simkit.random.RNG
Constructs a new RNG with both seeds set to the default (42).
RNG(int, int) - Constructor for class simkit.random.RNG
 
rng - Variable in class simkit.random.RotatedBivariateNormalVector
 
rng - Variable in class simkit.random.SequenceVariate
 
RngStream - Class in simkit.random
Title: RngStream.java
Description: Multiple Streams and Substreams of Random Numbers
Copyright: Pierre L'Ecuyer, University of Montreal
Notice: This code can be used freely for personal, academic, or non-commercial purposes.
RngStream() - Constructor for class simkit.random.RngStream
Returns an independent instance of Stream[0:0], that is, a stream that has no offsets from the system seeds streamsOrigin.
RngStream(int, int) - Constructor for class simkit.random.RngStream
Creates a new independent Stream[0:0] and advances it to the stream and substream offsets given.
RngStream(String) - Constructor for class simkit.random.RngStream
Deprecated.
RngStreamExamples - Class in simkit.examples
Just a place to experiment with RngStream.
RngStreamExamples() - Constructor for class simkit.examples.RngStreamExamples
 
RotatedBivariateNormalVector - Class in simkit.random
Generates bivariate normal random vectors whose correlation is determined by the rotation rather than directly via ρ or covariance σ12.
RotatedBivariateNormalVector() - Constructor for class simkit.random.RotatedBivariateNormalVector
Instantiate the underlying normals; set means to 0.0 and standard deviations to 1.0, angle to 0.0 by default.
rr - Variable in class simkit.random.MersenneTwisterDC
 
rr - Variable in class simkit.random.MersenneTwisterFactory.MTS
 
rrr - Variable in class simkit.random.MersenneTwisterFactory
 
run() - Method in class simkit.animate.PingThread
Thread entry point.
run() - Method in class simkit.BasicAssembly
Execute the simulation for the desired number of replications.
run() - Method in class simkit.SimExec
 
run() - Method in class simkit.xml.SimRunner
Starts the simulation.
RunAndPause - Class in simkit
If a RunAndPause is instantiated, the simulation will execute all the Run events and then pause.
RunAndPause() - Constructor for class simkit.RunAndPause
 
running - Variable in class simkit.EventList
True if the simulation is currently running.
rv - Variable in class simkit.random.ConvolutionVariate
The array of RandomVariates that are summed.
rv - Variable in class simkit.random.ExponentialTransform
An instance of the underlying RandomVariate.
rv - Variable in class simkit.random.Log_64Transform
The instance of the underlying RandomVariate.
rv - Variable in class simkit.random.LogTransform
The instance of the underlying RandomVariate.
rv - Variable in class simkit.random.RandomPointGenerator
A 2 element array that holds the instance of the x and y RandomVariate.
rv - Variable in class simkit.random.ScaledVariate
The instance of the underlying RandomVariate.
rv - Variable in class simkit.test.TestOscillate
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links