Class UnitBallSampler.UnitBallSampler3D

java.lang.Object
org.apache.commons.rng.sampling.shape.UnitBallSampler
org.apache.commons.rng.sampling.shape.UnitBallSampler.UnitBallSampler3D
All Implemented Interfaces:
ObjectSampler<double[]>, SharedStateObjectSampler<double[]>, SharedStateSampler<SharedStateObjectSampler<double[]>>
Enclosing class:
UnitBallSampler

private static final class UnitBallSampler.UnitBallSampler3D extends UnitBallSampler
Sample uniformly from a 3D unit ball. This is an non-array based specialisation of UnitBallSampler.UnitBallSamplerND for performance.