Uses of Class
org.apache.commons.rng.sampling.shape.LineSampler
Packages that use LineSampler
Package
Description
This package contains classes for sampling coordinates from shapes, for example a unit ball.
-
Uses of LineSampler in org.apache.commons.rng.sampling.shape
Methods in org.apache.commons.rng.sampling.shape that return LineSamplerModifier and TypeMethodDescriptionstatic LineSamplerLineSampler.of(UniformRandomProvider rng, double[] a, double[] b) Create a line sampler with verticesaandb.abstract LineSamplerLineSampler.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.