Versions in this module Expand all Collapse all v1 v1.0.1 Jun 16, 2021 v1.0.0 Jun 11, 2021 Changes in this version + func CalcEntropy(m map[interface{}]int) float64 + func MaxInt(a, b int) int + func MinInt(a, b int) int + type Proba struct + func NewProba() *Proba + func (p *Proba) TrueOnProba(proba float64) (truth bool) + type Unstable struct + func NewUnstable(deviation float64) Unstable + func (u Unstable) AroundDuration(base time.Duration) time.Duration + func (u Unstable) AroundInt(base int64) int64