distributions

Classes

BaseDistribution()

Base distribution.

CategoricalDistribution(choices)

Categorical distribution.

FloatDistribution(low, high[, step, log])

Float-based distribution.

IntDistribution(low, high[, step, log])

Integer-based distribution.