Interface | Description |
---|---|
RandomGenerable<T extends org.apache.commons.math3.random.RandomGenerator> |
A RandomGenerable provides deferred instantiation and initialization of a RandomGenerator.
|
RandomGenerableFactory<T extends org.apache.commons.math3.random.RandomGenerator> |
A
RandomGenerableFactory returns a scale-free collection of sources of pseudorandomness
which can be used to perform repeatable parallel computation regardless of parallelism. |
Class | Description |
---|---|
BlockInfo<T extends org.apache.commons.math3.random.RandomGenerator> |
Defines a source of randomness and a unit of work.
|
GeneratorFactoryBase<T extends org.apache.commons.math3.random.RandomGenerator> |
This base class handles the task of dividing the requested work into the appropriate number of
blocks of near-equal size.
|
JDKRandomGeneratorFactory |
Uses a seeded
JDKRandomGenerator to generate seeds for the distributed collection of
JDKRandomGenerator . |
MersenneTwisterFactory |
Uses a seeded
MersenneTwister to generate seeds for the distributed collection of MersenneTwister . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.