| AliasElementSampler<T> |
Uses the alias sampling method to encode and sample from discrete probabilities,
even over larger sets of data.
|
| AliasSamplerDoubleInt |
Uses the alias sampling method to encode and sample from discrete probabilities,
even over larger sets of data.
|
| DiscreteProbabilityBuffer |
|
| DiscreteProbabilityBuffer.Entry |
|
| ElemProbD<T> |
A simple wrapper type for "Event Probability", where the event is identified by a unique int,
and the probability is represented with double precision floating-point.
|
| EvProbD |
A simple wrapper type for "Event Probability", where the event is identified by a unique int,
and the probability is represented with double precision floating-point.
|
| EvProbF |
A simple wrapper type for "Event Probability", where the event is identified by a unique int,
and the probability is represented with single precision floating-point.
|