//
pkg.gl
Category
github.com/acexy/golang-toolkit
math
random
package
0.0.30
Repository:
https://github.com/acexy/golang-toolkit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
40 SLOC
#
Functions
NewRandom
NewRandom 创建随机数生成器 指定随机算法的种子.
ProbabilityTrue
ProbabilityTrue 在指定的百分比范围内返回true.
RandInt
RandInt 生成指定范围内随机数 [0,max].
RandRangeInt
RandRangeInt 生成指定范围内随机数 [min,max].
RandString
RandString 生成指定长度的随机字符串.
#
Structs
SeedRandom
No description provided by the author