EventHelperGetRandomListFromWeightCore 方法 |
从给定权重的库里随机一组库元素(权重索引值为1)
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static List<short[]> GetRandomListFromWeightCore(
IList<short[]> list,
int count
)
参数
- list IListInt16
- 传入的权重随机库
- count Int32
- 要产生的随机结果数量
返回值
ListInt16随机库元素结果List
参见