Package | Description |
---|---|
org.apache.commons.rng.sampling.shape |
This package contains classes for sampling coordinates from shapes, for example a unit ball.
|
Modifier and Type | Method and Description |
---|---|
static TriangleSampler |
TriangleSampler.of(UniformRandomProvider rng,
double[] a,
double[] b,
double[] c)
Create a triangle sampler with vertices
a , b and c . |
abstract TriangleSampler |
TriangleSampler.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.
|
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.