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