Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/cli
/ RandomNoun
Method
RandomNoun
util/randomword/generator.go:212–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
210
}
211
212
func
(gen Generator) RandomNoun() string {
213
return
randomElement(gen.r, nouns)
214
}
215
216
func
(gen Generator) RandomTwoLetters() string {
217
var
asciiLetterA = 97
Callers
2
Babble
Method · 0.95
generator_test.go
File · 0.80
Calls
1
randomElement
Function · 0.85
Tested by
no test coverage detected