Documentation
¶
Overview ¶
Package randc 权重随机出结果 返回下标
Index ¶
- func Float32() float32
- func Float64() float64
- func GaussFloat64(x int64, miu int64, sigma int64) float64
- func GaussInt64(min int64, max int64, miu int64, sigma int64) int64
- func GetStringOrder() (order string)
- func RandInt(n int) int
- func RandInt32(n int32) int32
- func RandInt64(n int64) int64
- func RandSection(min, max int64) int64
- func RandSectionContain(min, max int64) int64
- func RandSectionContainInt(min, max int) int
- func RandSectionInt(min, max int) int
- func RandomSection(probability []int64) (section int)
- func Weight(weight []uint64) int64
- func WeightF(weight []float64) int
- func WeightedRandomIndex(weights []float32) int
- type IdWorker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GaussFloat64 ¶
GaussFloat64 ... @Description: @param x @param miu @param sigma @return float64
func GaussInt64 ¶
GaussInt64 ... @Description: 正态(高斯)分布随机数生产器 @param min 最小值 @param max 最大值 @param miu 期望值(均值) @param sigma 方差 @return int64
func GetStringOrder ¶
func GetStringOrder() (order string)
func RandSectionContain ¶
RandSectionContain [min,max]
func RandSectionContainInt ¶
RandSectionContainInt [min,max]
func RandomSection ¶
RandomSection 总和==1000 的数组 返回概率数组下标(下标从0开始的)
func WeightedRandomIndex ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.