| Class | Description |
|---|---|
| Bernoulli<T> |
A sampler implementation built upon a Bernoulli trail.
|
| MathUtils |
Collection of simple mathematical routines.
|
| Poisson<T> |
A sampler implementation based on the Poisson Distribution.
|
| Reservoir<T> |
A simple in memory implementation of Reservoir Sampling without replacement, and with only one
pass through the input iteration whose size is unpredictable.
|
| Reservoir.IntermediateSample<T> |
An intermediate sample
|
| Sampler<T> |
This class is interface for implementing
Sampler. |
| SamplingIterator<T> |
A simple abstract iterator which implements the remove method as unsupported operation.
|
| XORShiftRNG |
Implement a random number generator based on the XORShift algorithm discovered by George Marsaglia.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.