Versions in this module Expand all Collapse all v1 v1.0.1 Sep 9, 2025 Changes in this version + func Init() + func RandomElementFromArray[T any](arr []T) T + func RandomElementsFromArray[T any](arr []T, count int) []T + func RandomFloat64(min, max float64) float64 + func RandomFloat64s(min, max float64, count int) []float64 + func RandomInt(min, max int) int + func RandomInts(min, max int, count int) []int + func RandomString() string + func RandomStrings(n int) []string + func RandomWord() string + func RandomWords(n int) []string + func ShuffleArray[T any](arr []T) []T