MCPcopy Create free account
hub / github.com/LumaAI-API/Luma-API / init

Function init

common/utils.go:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107const keyChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
108
109func init() {
110 rand.Seed(time.Now().UnixNano())
111}
112
113func GetRandomString(length int) string {
114 //rand.Seed(time.Now().UnixNano())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected