Package org.apache.commons.rng.examples.jmh
This package contains code to perform a
JMH performance benchmark.
Support for a new UniformRandomProvider
with a defined enum value in RandomSource
can be added by updating:
- The
RandomSourceValues
class - The
BaselineSources
class - The
ConstructionPerformance
class
-
Class Summary Class Description RandomSources A benchmark state that can retrieve the various generators defined byRandomSource
values.RandomSourceValues A benchmark state that can retrieve the variousRandomSource
values.