package
0.0.0-20240422121023-d12999f4ab47
Repository: https://github.com/jialequ/linux-sdk.git
Documentation: pkg.go.dev

# Functions

AtLeast returns the greater of x or lower.
No description provided by the author
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.

# Structs

A Proba is used to test if true on given probability.
An Unstable is used to generate random value around the mean value base on given deviation.