//
pkg.gl
Category
github.com/guogeer/quasar/v2
utils
randutils
package
2.1.4
Repository:
https://github.com/guogeer/quasar.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
78 SLOC
#
Functions
Index
根据a[i]比重随机下标i.
IndexFunc
根据数组权重随机多个不重复的结果,返回数组下标 传入randBase的函数,是为了获取多个数组里面的基础概率.
IndexN
根据数组权重随机多个不重复的结果,返回数组下标.
IsPercentNice
No description provided by the author
Shuffle
随机打乱数组/切片.
ShuffleN
随机打乱切片或数组前n个元素.