package
Version:
v0.0.0-...-d05e8a6
Opens a new window with list of versions in this module.
Published: Apr 27, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Choose[T any](l []T) T
Choose 从列表中随机出一个元素
func ChooseN[T any](l []T, n int) []T
ChooseN 从列表中随机出m个元素
Random 从[min,max]之间随机出一个数
func Shuffle[T any](l []T)
Shuffle 对列表进行乱序
Source Files
¶
Click to show internal directories.
Click to hide internal directories.