Class RandomSourceValues
- java.lang.Object
-
- org.apache.commons.rng.examples.jmh.RandomSourceValues
-
- Direct Known Subclasses:
ConstructionPerformance.Sources
,RandomSources
public class RandomSourceValues extends Object
A benchmark state that can retrieve the variousRandomSource
values.The state will include only those that do not require additional constructor arguments.
-
-
Constructor Summary
Constructors Constructor Description RandomSourceValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RandomSource
getRandomSource()
Gets the random source.void
setup()
Look-up theRandomSource
from the name.
-
-
-
Constructor Detail
-
RandomSourceValues
public RandomSourceValues()
-
-
Method Detail
-
getRandomSource
public RandomSource getRandomSource()
Gets the random source.- Returns:
- the random source
-
setup
public void setup()
Look-up theRandomSource
from the name.
-
-