Uses of Class
org.apache.commons.rng.sampling.shape.TetrahedronSampler
Packages that use TetrahedronSampler
Package
Description
This package contains classes for sampling coordinates from shapes, for example a unit ball.
-
Uses of TetrahedronSampler in org.apache.commons.rng.sampling.shape
Methods in org.apache.commons.rng.sampling.shape that return TetrahedronSamplerModifier and TypeMethodDescriptionstatic TetrahedronSampler
TetrahedronSampler.of
(UniformRandomProvider rng, double[] a, double[] b, double[] c, double[] d) Create a tetrahedron sampler with verticesa
,b
,c
andd
.TetrahedronSampler.withUniformRandomProvider
(UniformRandomProvider rng) Create a new instance of the sampler with the same underlying state using the given uniform random provider as the source of randomness.Constructors in org.apache.commons.rng.sampling.shape with parameters of type TetrahedronSamplerModifierConstructorDescription(package private)
TetrahedronSampler
(UniformRandomProvider rng, TetrahedronSampler source)