SSJ  3.3.1
Stochastic Simulation in Java
RandomStreamWithCache Member List

This is the complete list of members for RandomStreamWithCache, including all inherited members.

clearCache()RandomStreamWithCache
getCachedStream()RandomStreamWithCache
getCachedValues()RandomStreamWithCache
getCacheIndex()RandomStreamWithCache
getNumCachedValues()RandomStreamWithCache
initCache()RandomStreamWithCache
isCaching()RandomStreamWithCache
nextArrayOfDouble(double[] u, int start, int n)RandomStreamWithCache
nextArrayOfInt(int i, int j, int[] u, int start, int n)RandomStreamWithCache
nextDouble()RandomStreamWithCache
nextInt(int i, int j)RandomStreamWithCache
RandomStreamWithCache(RandomStream stream)RandomStreamWithCache
RandomStreamWithCache(RandomStream stream, int initialCapacity)RandomStreamWithCache
resetNextSubstream()RandomStreamWithCache
resetStartStream()RandomStreamWithCache
resetStartSubstream()RandomStreamWithCache
setCachedStream(RandomStream stream)RandomStreamWithCache
setCachedValues(DoubleArrayList values)RandomStreamWithCache
setCacheIndex(int newIndex)RandomStreamWithCache
setCaching(boolean caching)RandomStreamWithCache
toString()RandomStream