# Functions
AtLeast returns the greater of x or lower.
AtMost returns the smaller of x or upper.
Between returns the value of x clamped to the range [lower, upper].
CalcEntropy calculates the entropy of m.
MaxInt returns the larger one of a and b.
MinInt returns the smaller one of a and b.
NewProba returns a Proba.
NewUnstable returns an Unstable.
# Interfaces
No description provided by the author