点击或拖拽改变大小

EventHelperGetRandomListFromWeightCore 方法

从给定权重的库里随机一组库元素(权重索引值为1)

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static List<short[]> GetRandomListFromWeightCore(
	IList<short[]> list,
	int count
)

参数

list  IListInt16
传入的权重随机库
count  Int32
要产生的随机结果数量

返回值

ListInt16
随机库元素结果List
参见