T
- the type of the RandomGenerator
public interface RandomGenerable<T extends org.apache.commons.math3.random.RandomGenerator>
A distributed PRNG is described by Matsumoto and Takuji in "Dynamic Creation of Pseudorandom Number Generators".
Modifier and Type | Method and Description |
---|---|
T |
generator()
Returns an initialized
RandomGenerator . |
T generator()
RandomGenerator
.RandomGenerator
of type T
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.