Class UnitSphereSampler.UnitSphereSampler3D

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

private static class UnitSphereSampler.UnitSphereSampler3D extends UnitSphereSampler
Sample uniformly from a 3D unit sphere. This is a 3D specialisation of the UnitSphereSamplerND.