Package | Description |
---|---|
org.apache.commons.rng.sampling |
This package provides sampling utilities.
|
Modifier and Type | Method and Description |
---|---|
static UnitSphereSampler |
UnitSphereSampler.of(UniformRandomProvider rng,
int dimension)
Create a unit sphere sampler for the given dimension.
|
UnitSphereSampler |
UnitSphereSampler.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.