ThreadLocalRandomGenerator
@SerialVersionUID(1L)
class ThreadLocalRandomGenerator(genThunk: => RandomGenerator) extends RandomGenerator with Serializable
An Apache-compatible RandomGenerator that creates a new RandomGenerator per thread. The thunk should be thread-safe, using atomics or something.