All Classes and Interfaces

Class
Description
Contract for continuous probability distributions.
Contract for discrete probability distributions over integers.
Describes the mathematical support (domain) of a probability distribution: numeric lower/upper bounds, whether each bound is closed (inclusive) or open (exclusive), and whether values are treated as continuous reals or discrete integers.
Indicates whether the distribution's values are continuous reals or discrete integers.
Minimal contract for components that can produce double-valued random samples.
Minimal contract for components that can produce integer-valued random samples.
A discrete normal (rounded-normal) distribution on the integers.
RNG utilities for RandKit.
Continuous Uniform(a, b) on the half-open interval [a, b) with a < b.
Discrete Uniform distribution on the closed integer interval [a, b] with a ≤ b.