MCPcopy 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
212func (gen Generator) RandomNoun() string {
213 return randomElement(gen.r, nouns)
214}
215
216func (gen Generator) RandomTwoLetters() string {
217 var asciiLetterA = 97

Callers 2

BabbleMethod · 0.95
generator_test.goFile · 0.80

Calls 1

randomElementFunction · 0.85

Tested by

no test coverage detected