Package org.apache.commons.rng.examples.jmh.sampling
Benchmarks for the
org.apache.commons.rng.sampling
components.-
Class Summary Class Description ListShuffleBenchmark Executes benchmark to compare the speed of shuffling aList
.ListShuffleBenchmark.LinkedListData The LinkedList to shuffle.ListShuffleBenchmark.ListData The list to shuffle.ListShuffleBenchmark.ShuffleData The data for the shuffle.UnitSphereSamplerBenchmark Executes benchmark to compare the speed of generating samples on the surface of an N-dimension unit sphere.UnitSphereSamplerBenchmark.Sampler1D The 1D unit line sampler.UnitSphereSamplerBenchmark.Sampler2D The 2D unit circle sampler.UnitSphereSamplerBenchmark.Sampler3D The 3D unit sphere sampler.UnitSphereSamplerBenchmark.Sampler4D The 4D unit hypersphere sampler.UnitSphereSamplerBenchmark.SamplerData Base class for the sampler data.