Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pallinder/go-randomdata
/ Noun
Function
Noun
random_data.go:310–312 ·
view source on GitHub ↗
Noun returns a random noun
()
Source
from the content-addressed store, hash-verified
308
309
// Noun returns a random noun
310
func
Noun() string {
311
return
randomFrom(jsonData.Nouns)
312
}
313
314
// Adjective returns a random adjective
315
func
Adjective() string {
Callers
2
SillyName
Function · 0.85
TestNoun
Function · 0.85
Calls
1
randomFrom
Function · 0.85
Tested by
1
TestNoun
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…