package
1.5.4
Repository: https://github.com/yiuterran/go-common.git
Documentation: pkg.go.dev

# Functions

NewAlias 新建一个抽样器,weightList是权重列表,src是随机数种子.
No description provided by the author
RandInt 闭区间.
No description provided by the author
No description provided by the author
RandString 生成长度为n的随机字符串.
No description provided by the author
WeightedChoice 根据权重随机,返回对应选项的索引,O(n).

# Structs

AliasTable is a discrete distribution.