Package | Description |
---|---|
org.apache.commons.rng.sampling |
This package provides sampling utilities.
|
org.apache.commons.rng.sampling.distribution |
This package contains classes for sampling from statistical distributions.
|
Modifier and Type | Method and Description |
---|---|
static CompositeSamplers.Builder<LongSampler> |
CompositeSamplers.newLongSamplerBuilder()
Create a new builder for a composite
LongSampler . |
Modifier and Type | Interface and Description |
---|---|
interface |
SharedStateLongSampler
Sampler that generates values of type
long and can create new instances to sample
from the same state with a given source of randomness. |
Modifier and Type | Class and Description |
---|---|
class |
UniformLongSampler
Discrete uniform distribution sampler generating values of type
long . |
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.