Uses of Class
org.apache.commons.rng.examples.jmh.sampling.shape.UnitBallSamplerBenchmark.SamplerND
-
Packages that use UnitBallSamplerBenchmark.SamplerND Package Description org.apache.commons.rng.examples.jmh.sampling.shape Benchmarks for theorg.apache.commons.rng.sampling.shapecomponents. -
-
Uses of UnitBallSamplerBenchmark.SamplerND in org.apache.commons.rng.examples.jmh.sampling.shape
Methods in org.apache.commons.rng.examples.jmh.sampling.shape with parameters of type UnitBallSamplerBenchmark.SamplerND Modifier and Type Method Description voidUnitBallSamplerBenchmark. createND(org.openjdk.jmh.infra.Blackhole bh, UnitBallSamplerBenchmark.SamplerND data)Generation of uniform samples from an ND unit ball.
-