MCPcopy
hub / github.com/duke-git/lancet / RandLower

Function RandLower

random/random.go:255–257  ·  view source on GitHub ↗

RandLower generate a random lower case string of specified length. Play: https://go.dev/play/p/XJtZ471cmtI

(length int)

Source from the content-addressed store, hash-verified

253// RandLower generate a random lower case string of specified length.
254// Play: https://go.dev/play/p/XJtZ471cmtI
255func RandLower(length int) string {
256 return random(LowwerLetters, length)
257}
258
259// RandNumeral generate a random numeral string of specified length.
260// Play: https://go.dev/play/p/g4JWVpHsJcf

Callers 2

TestRandLowerFunction · 0.85
ExampleRandLowerFunction · 0.85

Calls 1

randomFunction · 0.85

Tested by 2

TestRandLowerFunction · 0.68
ExampleRandLowerFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…