ContinuousSamplersPerformance.Sources
, DiscreteSamplersPerformance.Sources
public class RandomSources extends RandomSourceValues
RandomSource
values.
The state will include only those that do not require additional constructor arguments.
Constructor | Description |
---|---|
RandomSources() |
Modifier and Type | Method | Description |
---|---|---|
org.apache.commons.rng.UniformRandomProvider |
getGenerator() |
Gets the generator.
|
void |
setup() |
Look-up the
RandomSource from the name and instantiates the generator. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRandomSource
public org.apache.commons.rng.UniformRandomProvider getGenerator()
public void setup()
RandomSource
from the name and instantiates the generator.setup
in class RandomSourceValues
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.