Class ThreadLocalRandomSource.ThreadLocalRng

java.lang.Object
java.lang.ThreadLocal<UniformRandomProvider>
org.apache.commons.rng.simple.ThreadLocalRandomSource.ThreadLocalRng
Enclosing class:
ThreadLocalRandomSource

private static class ThreadLocalRandomSource.ThreadLocalRng extends ThreadLocal<UniformRandomProvider>
Extend the ThreadLocal to allow creation of the desired RandomSource.