Uses of Class
org.apache.commons.rng.examples.jmh.sampling.shape.UnitBallSamplerBenchmark.Sampler1D
-
Packages that use UnitBallSamplerBenchmark.Sampler1D Package Description org.apache.commons.rng.examples.jmh.sampling.shape Benchmarks for theorg.apache.commons.rng.sampling.shapecomponents. -
-
Uses of UnitBallSamplerBenchmark.Sampler1D in org.apache.commons.rng.examples.jmh.sampling.shape
Methods in org.apache.commons.rng.examples.jmh.sampling.shape with parameters of type UnitBallSamplerBenchmark.Sampler1D Modifier and Type Method Description voidUnitBallSamplerBenchmark. create1D(org.openjdk.jmh.infra.Blackhole bh, UnitBallSamplerBenchmark.Sampler1D data)Generation of uniform samples on a 1D unit line.
-