Versions in this module Expand all Collapse all v0 v0.5.0 Nov 21, 2024 Changes in this version + func RandomBytes(length int) []byte + func RandomEleSet[T comparable](list []T, num int) []T + func RandomEle[T any](list []T) T + func RandomInt(min, max int64) int64 + func RandomNumbers(length int) string + func RandomString(length int) string + func WeightRandom(items []Weighted) interface + type Weighted struct + Item interface{} + Weight int64