Package dev.nm.stat.random.rng.concurrent.cache
-
Interface Summary Interface Description ConcurrentCachedGenerator.Generator<T> Defines a generic generator of typeT
. -
Class Summary Class Description ConcurrentCachedGenerator<T> A generic wrapper that makes an underlying item generator thread-safe by caching generated items in a concurrently-accessible list.ConcurrentCachedRLG This is a fast thread-safe wrapper for random long generators.ConcurrentCachedRNG This is a fast thread-safe wrapper for random number generators.ConcurrentCachedRVG This is a fast thread-safe wrapper for random vector generators.