MCPcopy Create free account
hub / github.com/cloudfoundry/cli / Generator

Struct Generator

util/randomword/generator.go:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194zebra`
195
196type Generator struct {
197 r *rand.Rand
198}
199
200func NewGenerator() Generator {
201 return Generator{r: rand.New(rand.NewSource(time.Now().UnixNano()))}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected