Versions in this module Expand all Collapse all v1 v1.1.34 Apr 10, 2026 v1.0.0 Apr 10, 2026 Changes in this version + var RANDOM = rand.New(rand.NewSource(time.Now().UnixNano())) + func CryptoRandom(count int, start int, end int, letters bool, numbers bool, chars ...rune) (string, error) + func CryptoRandomAlphaNumeric(count int) (string, error) + func CryptoRandomAlphaNumericCustom(count int, letters bool, numbers bool) (string, error) + func CryptoRandomAlphabetic(count int) (string, error) + func CryptoRandomAscii(count int) (string, error) + func CryptoRandomNonAlphaNumeric(count int) (string, error) + func CryptoRandomNumeric(count int) (string, error) + func Random(count int, start int, end int, letters bool, numbers bool, chars ...rune) (string, error) + func RandomAlphaNumeric(count int) (string, error) + func RandomAlphaNumericCustom(count int, letters bool, numbers bool) (string, error) + func RandomAlphabetic(count int) (string, error) + func RandomAscii(count int) (string, error) + func RandomNonAlphaNumeric(count int) (string, error) + func RandomNumeric(count int) (string, error) + func RandomSeed(count int, start int, end int, letters bool, numbers bool, chars []rune, ...) (string, error) + func ReplaceJSONField(fieldNames, newValue, jsonStr string) string