package
0.0.30
Repository: https://github.com/acexy/golang-toolkit.git
Documentation: pkg.go.dev

# Functions

NewRandom 创建随机数生成器 指定随机算法的种子.
ProbabilityTrue 在指定的百分比范围内返回true.
RandInt 生成指定范围内随机数 [0,max].
RandRangeInt 生成指定范围内随机数 [min,max].
RandString 生成指定长度的随机字符串.

# Structs

No description provided by the author