package
Version:
v0.0.20
Opens a new window with list of versions in this module.
Published: Aug 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
func NewRandom ¶
added in
v0.0.15
func NewRandom(seed int64) *seedRandom
NewRandom 创建随机数生成器 指定随机算法的种子
func ProbabilityTrue(percentage int) bool
RandInt 生成指定范围内随机数 [0,max]
func RandRangeInt(min, max int) int
RandRangeInt 生成指定范围内随机数 [min,max]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.