feat(Go-Tool):
2021/03/02: 新增字符串匹配 暴力匹配、KMP匹配、SunDay匹配算法
2021/03/02: 修复Rand包随机获取方法
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* @Author : huangzj
|
||||
* @Time : 2021/2/23 20:52
|
||||
* @Description:
|
||||
*/
|
||||
|
||||
package rand
|
||||
|
||||
type AwardWeight struct {
|
||||
Award interface{} //奖励数据
|
||||
Weight int //权重
|
||||
}
|
||||
Reference in New Issue
Block a user