package
1.0.6
Repository: https://github.com/cc360428/helppackage.git
Documentation: pkg.go.dev

# README

随机和权重

随机

  • 分别是int、int32、int64随机
  • 查看int64 可以看到包含和不包含

权重

# Functions

No description provided by the author
No description provided by the author
GaussFloat64 ..
GaussInt64 ..
No description provided by the author
RandInt [0,n).
RandInt32 [0,n).
RandInt64 [0,n).
RandomSection 总和==1000 的数组 返回概率数组下标(下标从0开始的).
RandSection [min,max).
RandSectionContain [min,max].
RandSectionContainInt [min,max].
RandSectionInt [min,max).
Weight 随机数权重.
No description provided by the author
WeightF And must be 1.

# Structs

No description provided by the author